Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha committed Sep 18, 2023
1 parent 2c6ec4b commit b06ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const build = await rollup({
],
resolver
}),
jsonPlugin(),
jsonPlugin({ exclude: /https\:\/\/jspm.dev\/.*\.json/}),
babel({
babelHelpers: 'bundled',
presets: [PresetEnv]
Expand Down

0 comments on commit b06ab58

Please sign in to comment.