mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(source map): fix #136 source map no being generated correctly
This commit is contained in:
parent
e59326add2
commit
c79ac94a66
3 changed files with 7 additions and 7 deletions
|
|
@ -75,7 +75,7 @@ module.exports = {
|
|||
root: helpers.root('src'),
|
||||
|
||||
// remove other default values
|
||||
modulesDirectories: ['node_modules'],
|
||||
modulesDirectories: ['node_modules']
|
||||
|
||||
},
|
||||
|
||||
|
|
@ -170,7 +170,7 @@ module.exports = {
|
|||
|
||||
{
|
||||
test: /initial\.scss$/,
|
||||
loader: ExtractTextPlugin.extract('style-loader', 'css-loader!sass-loader')
|
||||
loader: ExtractTextPlugin.extract('style-loader', 'css-loader!sass-loader?sourceMap')
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue