diff --git a/config/rollup/rollup.config.js b/config/rollup/rollup.config.js index 5a8ba56..9b674b9 100644 --- a/config/rollup/rollup.config.js +++ b/config/rollup/rollup.config.js @@ -36,7 +36,7 @@ function createBundleConfiguration(filename, format) { output: { file: filename, format, - sourcemap: "inline" + sourcemap: true }, onwarn: warning => { throw new Error(warning.message);