changed name back to use underscore instead of camelcase, need to think more about this

This commit is contained in:
Torkel Ödegaard
2017-10-12 20:02:07 +02:00
parent 83e496606e
commit 215d59865e
16 changed files with 21 additions and 22 deletions

View File

@ -13,10 +13,10 @@ config = merge(common, {
fs: 'empty'
},
plugins: [
new webpack.SourceMapDevToolPlugin({
filename: null, // if no value is provided the sourcemap is inlined
test: /\.(ts|js)($|\?)/i // process .js and .ts files only
})
// new webpack.SourceMapDevToolPlugin({
// filename: null, // if no value is provided the sourcemap is inlined
// test: /\.(ts|js)($|\?)/i // process .js and .ts files only
// })
]
});