Skip to content

Commit

Permalink
fix(webpack): remove json loader from webpack config
Browse files Browse the repository at this point in the history
closes #860
  • Loading branch information
putstrln committed Mar 29, 2018
1 parent 145895a commit 0ef0b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/resources/content/webpack.config.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ module.exports = ({production, server, extractCss, coverage, analyze} = {}) => (
// @if transpiler.id='typescript'
{ test: /\.tsx?$/, loader: "ts-loader" },
// @endif
{ test: /\.json$/i, loader: 'json-loader' },
// use Bluebird as the global Promise implementation:
{ test: /[\/\\]node_modules[\/\\]bluebird[\/\\].+\.js$/, loader: 'expose-loader?Promise' },
// embed small images and fonts as Data Urls and larger ones as files:
Expand Down

0 comments on commit 0ef0b84

Please sign in to comment.