This commit is contained in:
Alexis Lahouze 2018-06-09 23:53:29 +02:00
parent 0599d39690
commit df85d72217
1 changed files with 0 additions and 8 deletions

View File

@ -65,7 +65,6 @@ module.exports = {
// loader: 'babel-loader'
}, {
test: /\.ts$/,
//exclude: /node_modules/,
use: [
{
loader: 'awesome-typescript-loader',
@ -77,13 +76,6 @@ module.exports = {
test: /\.html$/,
include: helpers.root('src'),
loader: 'html-loader'
}, {
test: /\.less$/,
use: [
'style-loader',
'css-loader',
'less-loader',
]
}, {
test: /\.css$/,
exclude: helpers.root('src'),