Skip to content

Commit 305c8b5

Browse files
authored
Merge pull request #127 from alison985/m6_replay_non_athena
undo bug fix on webpack config
2 parents 707a488 + c57e64b commit 305c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var config = {
5656

5757
module: {
5858
loaders: [
59-
{test: /\.js$/, loader: 'ng-annotate!babel-loader!eslint', exclude: /node_modules/},
59+
{test: /\.js$/, loader: 'ng-annotate!babel!eslint', exclude: /node_modules/},
6060
{test: /\.html$/, loader: 'raw', exclude: [/node_modules/, /index\.html/]},
6161
// {test: /\.css$/, loader: 'style!css', exclude: /node_modules/},
6262
{test: /\.css$/, loader: ExtractTextPlugin.extract("css-loader")},

0 commit comments

Comments
 (0)