This commit is contained in:
Farkas József
2016-09-16 21:04:36 +02:00
parent 7e24f463a1
commit 2a709d12eb
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
module: {
loaders: [
{ test: /\.ts$/, loader: 'ts-loader', exclude: /node_modules/ },
{ test: /\.html$/, loader: 'html-loader' },
{ test: /\.html$/, loader: 'html-loader?attrs=false' },
{
test: /\.scss$/,
exclude: /node_modules/,