Skip to content

Commit

Permalink
fix: build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wizard committed Mar 6, 2023
1 parent 92014d9 commit 7caa52b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rollup.config.js
Expand Up @@ -132,15 +132,15 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
babelHelpers: 'bundled',
babelrc: false,
include: [
'/**/apis/conversion/**',
'/**/apis/enigma-mocker/**',
'/**/apis/locale/**',
'/**/apis/nucleus/**',
'/**/apis/snapshooter/**',
'/**/apis/stardust/**',
'/**/apis/supernova/**',
'/**/apis/theme/**',
'/**/packages/ui/**',
/\/apis\/conversion\//,
/\/apis\/enigma-mocker\//,
/\/apis\/locale\//,
/\/apis\/nucleus\//,
/\/apis\/snapshooter\//,
/\/apis\/stardust\//,
/\/apis\/supernova\//,
/\/apis\/theme\//,
/\/packages\/ui\//,
],
presets: [
[
Expand Down

0 comments on commit 7caa52b

Please sign in to comment.