updated view to use angular loader

This commit is contained in:
Peter Holmberg
2018-10-30 16:40:08 +01:00
parent 596a83407e
commit a7bd944098
9 changed files with 127 additions and 953 deletions

View File

@@ -47,7 +47,7 @@ module.exports = merge(common, {
module: {
rules: [
{
test: /\.tsx?$/,
test: /(?!.*\.test)\.tsx$/,
exclude: /node_modules/,
use: [{
loader: 'babel-loader',