Skip to content

Commit

Permalink
Fix unpkg build
Browse files Browse the repository at this point in the history
I broke this in 15befd8.
  • Loading branch information
adrianheine committed Nov 15, 2018
1 parent acd791f commit 3a1e5d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.create-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const createConfig = (opts) => {
target: !browser ? { node: 4 } : null,
include: [
'src/**',
'node_modules/acorn-jsx/**'
'node_modules/acorn-jsx/**',
// For unpkg build
'node_modules/regexpu-core/**',
'node_modules/unicode-match-property-ecmascript/**',
'node_modules/unicode-match-property-value-ecmascript/**',
],
transforms: {
dangerousForOf: true
Expand Down

0 comments on commit 3a1e5d1

Please sign in to comment.