Skip to content

Commit

Permalink
Fix bundle transpilation (#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress authored and chrisgervang committed Jan 31, 2020
1 parent aa7f77f commit 6625ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config = {
// Compile ES2015 using babel
test: /\.js$/,
loader: 'babel-loader',
include: /src/,
include: [/src/, /bundle/],
options: {
presets: [['@babel/preset-env', {forceAllTransforms: true}]],
// all of the helpers will reference the module @babel/runtime to avoid duplication
Expand Down

0 comments on commit 6625ef2

Please sign in to comment.