We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d5ced commit 727e742Copy full SHA for 727e742
scripts/build.js
@@ -14,13 +14,9 @@ function buildDistFile(filename) {
14
.process(css, {
15
from: `./${filename}.css`,
16
to: `./dist/${filename}.css`,
17
- map: { inline: false },
18
})
19
.then(result => {
20
fs.writeFileSync(`./dist/${filename}.css`, result.css)
21
- if (result.map) {
22
- fs.writeFileSync(`./dist/${filename}.css.map`, result.map)
23
- }
24
return result
25
26
0 commit comments