close #138 change source map into a single file
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
"dependencies": {
|
||||
"@types/smoothscroll-polyfill": "^0.3.0",
|
||||
"mitt": "^1.1.3",
|
||||
"rrweb-snapshot": "^0.7.18",
|
||||
"rrweb-snapshot": "^0.7.20",
|
||||
"smoothscroll-polyfill": "^0.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user