mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(dependencies): update yarn.lock file, fix debugging
This commit is contained in:
parent
78c70aec2e
commit
cc97bf1e2f
2 changed files with 85 additions and 88 deletions
|
|
@ -41,7 +41,7 @@ module.exports = function (options) {
|
|||
* See: http://webpack.github.io/docs/configuration.html#devtool
|
||||
* See: https://github.com/webpack/docs/wiki/build-performance#sourcemaps
|
||||
*/
|
||||
devtool: 'eval-source-map',
|
||||
devtool: 'cheap-module-source-map',
|
||||
|
||||
/**
|
||||
* Options affecting the output of the compilation.
|
||||
|
|
@ -134,7 +134,7 @@ module.exports = function (options) {
|
|||
},
|
||||
dllDir: helpers.root('dll'),
|
||||
webpackConfig: webpackMergeDll(commonConfig({env: ENV}), {
|
||||
devtool: 'eval-source-map',
|
||||
devtool: 'cheap-module-source-map',
|
||||
plugins: []
|
||||
})
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue