fix(source map): fix #136 source map no being generated correctly

This commit is contained in:
nixa 2016-08-02 11:43:01 +03:00
parent e59326add2
commit c79ac94a66
3 changed files with 7 additions and 7 deletions

View file

@ -128,7 +128,7 @@ module.exports = webpackMerge(commonConfig, {
'process.env': {
'ENV': JSON.stringify(METADATA.ENV),
'NODE_ENV': JSON.stringify(METADATA.ENV),
'HMR': METADATA.HMR,
'HMR': METADATA.HMR
}
}),