mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
rollback sourcemap changes
This commit is contained in:
parent
b7fd910997
commit
fdd705abfe
@ -12,7 +12,7 @@ export default function forceTerserPlugin({ filePath }) {
|
||||
compress: true,
|
||||
mangle: true,
|
||||
format: {
|
||||
comments: true
|
||||
comments: false
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ export default function ({mode}: { mode: 'development' | 'production' }) {
|
||||
},
|
||||
emptyOutDir: true,
|
||||
outDir: path.resolve(__dirname, './lib'),
|
||||
sourcemap: true,
|
||||
sourcemap: isDev,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
entryFileNames: `og.[format].js`,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user