Skip to content

Commit

Permalink
Update regex for js loader, fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
ericalli committed Mar 15, 2019
1 parent e2b5940 commit dac5646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const html = {

// Javascript loaders
const js = {
test: /\.js(x)$/,
test: /\.js(x)?$/,
exclude: /node_modules/,
use: [
{
Expand Down

0 comments on commit dac5646

Please sign in to comment.