Skip to content

Commit

Permalink
Merge pull request #26 from ramanangru/patch-1
Browse files Browse the repository at this point in the history
Update webpack.config.js
  • Loading branch information
arkokoley authored Aug 6, 2019
2 parents d93716c + 4ff3231 commit 3c306a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ module.exports = {
{
test: /\.js$/,
loader: 'babel-loader',
exclude: /node_modules/
exclude: /node_modules/,
options: {
plugins: [
"@babel/plugin-syntax-dynamic-import"
]
}
},
{
test: /\.(png|jpg|gif|svg)$/,
Expand Down

0 comments on commit 3c306a6

Please sign in to comment.