Skip to content

Commit

Permalink
Merge pull request #127 from alison985/m6_replay_non_athena
Browse files Browse the repository at this point in the history
undo bug fix on webpack config
  • Loading branch information
alison985 authored Jul 15, 2017
2 parents 707a488 + c57e64b commit 305c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var config = {

module: {
loaders: [
{test: /\.js$/, loader: 'ng-annotate!babel-loader!eslint', exclude: /node_modules/},
{test: /\.js$/, loader: 'ng-annotate!babel!eslint', exclude: /node_modules/},
{test: /\.html$/, loader: 'raw', exclude: [/node_modules/, /index\.html/]},
// {test: /\.css$/, loader: 'style!css', exclude: /node_modules/},
{test: /\.css$/, loader: ExtractTextPlugin.extract("css-loader")},
Expand Down

0 comments on commit 305c8b5

Please sign in to comment.