mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-07 02:24:59 -08:00
debug
This commit is contained in:
@@ -77,7 +77,7 @@ module.exports = {
|
||||
//
|
||||
// the mode `development` makes `wasm-pack` build in `debug` mode.
|
||||
// the mode `production` makes `wasm-pack` build in `release` mode.
|
||||
forceMode: "production",
|
||||
forceMode: "development",
|
||||
|
||||
// Controls plugin output verbosity, either 'info' or 'error'.
|
||||
// Defaults to 'info'.
|
||||
@@ -142,6 +142,6 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
//mode: 'development',
|
||||
mode: 'production',
|
||||
mode: 'development',
|
||||
//devtool: 'source-map'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user