mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix: build on windows (#1110)
This commit is contained in:
@@ -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: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user