Skip to content

Commit

Permalink
Remove json loader for Webpack 4 compatibility (#144)
Browse files Browse the repository at this point in the history
Refs #142.
  • Loading branch information
mattleff authored and jaredpalmer committed Nov 1, 2018
1 parent 8098180 commit e092aba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/backpack-core/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ module.exports = options => {
// Webpack 2 configuration: module.rules instead of module.loaders
module: {
rules: [
// This is the development configuration.
// It is focused on developer experience and fast rebuilds.
{
test: /\.json$/,
loader: require.resolve('json-loader'),
},
// Process JS with Babel (transpiles ES6 code into ES5 code).
{
test: /\.(js|jsx)$/,
Expand Down

0 comments on commit e092aba

Please sign in to comment.