updated libs and fixed new typescript errors

This commit is contained in:
Torkel Ödegaard
2017-11-27 12:14:57 +01:00
parent 415526ce45
commit e98af1b3fa
20 changed files with 1170 additions and 642 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
})
]
});