mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bc7ea0e5b4
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ module.exports = webpackMerge(commonConfig, {
|
||||||
*
|
*
|
||||||
* See: http://webpack.github.io/docs/configuration.html#output-sourcemapfilename
|
* See: http://webpack.github.io/docs/configuration.html#output-sourcemapfilename
|
||||||
*/
|
*/
|
||||||
sourceMapFilename: '[name].map',
|
sourceMapFilename: '[file].map',
|
||||||
|
|
||||||
/** The filename of non-entry chunks as relative path
|
/** The filename of non-entry chunks as relative path
|
||||||
* inside the output.path directory.
|
* inside the output.path directory.
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ module.exports = webpackMerge(commonConfig, {
|
||||||
*
|
*
|
||||||
* See: http://webpack.github.io/docs/configuration.html#output-sourcemapfilename
|
* See: http://webpack.github.io/docs/configuration.html#output-sourcemapfilename
|
||||||
*/
|
*/
|
||||||
sourceMapFilename: '[name].[chunkhash].bundle.map',
|
sourceMapFilename: '[file].map',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The filename of non-entry chunks as relative path
|
* The filename of non-entry chunks as relative path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue