File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "start-test-bed" : " cd src/testing/infrastructure && xmlui start" ,
88 "build:xmlui-test-bed" : " cd src/testing/infrastructure && xmlui build --build-mode=INLINE_ALL --withHostingMetaFiles --withMock" ,
99 "build:bin" : " tsdown" ,
10- "build:xmlui" : " vite build --mode lib && ncc build bin/vite-xmlui-plugin.ts -o dist/lib/vite-xmlui-plugin" ,
10+ "build:xmlui" : " vite build --mode lib && tsdown --no-config --no-clean --out-dir=' dist/lib' --shims --dts bin /vite-xmlui-plugin.ts " ,
1111 "build:xmlui-standalone" : " vite build --mode standalone" ,
1212 "build:xmlui-metadata" : " vite build --mode metadata" ,
1313 "test:unit" : " vitest run" ,
115115 "eslint-plugin-import" : " 2.28.1" ,
116116 "eslint-plugin-react" : " ^7.37.4" ,
117117 "eslint-plugin-react-hooks" : " ^5.2.0" ,
118- "ncc" : " ^0.3 .6" ,
118+ "ncc" : " ^03 .6" ,
119119 "prettier" : " ^3.3.3" ,
120120 "rollup-plugin-copy" : " ^3.5.0" ,
121121 "serve" : " 14.2.0" ,
175175 "require" : " ./dist/lib/scss/components-core/theming/_themes.scss"
176176 },
177177 "./vite-xmlui-plugin" : {
178- "import" : " ./dist/lib/vite-xmlui-plugin/index .js" ,
179- "require" : " ./dist/lib/vite-xmlui-plugin/index .js"
178+ "import" : " ./dist/lib/vite-xmlui-plugin.js" ,
179+ "require" : " ./dist/lib/vite-xmlui-plugin.js"
180180 },
181181 "./syntax/monaco" : {
182182 "import" : " ./dist/lib/syntax-monaco.js" ,
You can’t perform that action at this time.
0 commit comments