@omnia/tooling-vue 8.0.310-dev → 8.0.313-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/config/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/config/wctypings.d.ts +27 -1
- package/internal-do-not-import-from-here/tasks/ComponentDocRegistrations.js +1 -1
- package/internal-do-not-import-from-here/tasks/bundle.js +5 -1
- package/package.json +3 -3
|
@@ -729,7 +729,11 @@ function createVueWebpackConfig(currentEntry, entries, bundleOutputDir, viteHmrO
|
|
|
729
729
|
mangleExports: false,
|
|
730
730
|
concatenateModules: true,
|
|
731
731
|
//moduleIds: 'natural' as any
|
|
732
|
-
}, isBundleCommonChunk && !viteHmrOption ? buildCommonChunk(entry) : {
|
|
732
|
+
}, isBundleCommonChunk && !viteHmrOption ? buildCommonChunk(entry) : {
|
|
733
|
+
removeAvailableModules: false,
|
|
734
|
+
removeEmptyChunks: false,
|
|
735
|
+
splitChunks: false,
|
|
736
|
+
}),
|
|
733
737
|
resolve: {
|
|
734
738
|
modules: $.tooling.core.getWebpackResolveModules(),
|
|
735
739
|
extensions: ['.ts', '.tsx', '.mjs', '.js', '.jsx', '.html', '.vue', '.less', '.styl'],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-vue",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.313-dev",
|
|
5
5
|
"description": "Used to bundle and serve manifests web component that build on Vue framework.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Precio Fishbone",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling-composers": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.313-dev",
|
|
23
|
+
"@omnia/tooling-composers": "8.0.313-dev",
|
|
24
24
|
"@types/mousetrap": "1.5.34",
|
|
25
25
|
"@types/quill": "1.3.6",
|
|
26
26
|
"@types/zepto": "1.0.29",
|