close #138 change source map into a single file

This commit is contained in:
Yanzhen Yu
2019-10-04 23:17:45 +08:00
parent 0399bb9595
commit 73fecd62a0
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ let configs = [
postcss({
extract: true,
minimize: true,
sourceMap: 'inline',
sourceMap: true,
}),
terser(),
],
@@ -185,7 +185,7 @@ if (process.env.BROWSER_ONLY) {
postcss({
extract: true,
minimize: true,
sourceMap: 'inline',
sourceMap: true,
}),
terser(),
],