@@ -11,6 +11,7 @@ plugins.pop();
const umdConfig = {
...prodConfig,
+ devtool: 'source-map',
output: {
filename: '[name].js',
path: path.resolve(rootPath, './dist'),