Skip to content

Commit

Permalink
chore: update webpack config to v4 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vipranarayan14 committed May 14, 2020
1 parent edf12e9 commit ae1fd6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ const filename = 'vtranslit';

const baseConfig = {
entry: './src/index.js',
mode: 'production',
module: {
loaders: [
rules: [
{
exclude: /node_modules/,
test: /\.js$/,
Expand Down

0 comments on commit ae1fd6f

Please sign in to comment.