Skip to content

Commit af474f2

Browse files
author
sqlProvider
committed
[WebPack] changed config
1 parent a002a7a commit af474f2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

webpack.config.umd.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ module.exports = {
4646
},
4747
module: {
4848
loaders: [
49-
{ test: /\.css$/, loader: 'raw', exclude: /node_modules/ },
50-
{ test: /\.css$/, loader: 'style!css?-minimize', exclude: /src/ },
51-
{ test: /\.html$/, loader: 'raw' },
5249
{ test: /\.ts$/, loader: 'ts', query: { compilerOptions: { noEmit: false } } }
5350
]
5451
},
@@ -59,11 +56,6 @@ module.exports = {
5956
library: 'angular2-pubsub'
6057
},
6158
plugins: [
62-
new StyleLintPlugin({
63-
syntax: 'scss',
64-
context: 'scss',
65-
failOnError: true
66-
}),
6759
new CompressionPlugin({ regExp: /\.css$|\.html$|\.js$|\.map$/ })
6860
],
6961
resolve: {

0 commit comments

Comments
 (0)