Closed DominikAngerer closed 5 years ago
Changes setup to use vue cli 3 with following configuration, which will produce one file including the code needed to deploy with our plugin system in dist/export.js.
dist/export.js
Still uses
module.exports = { configureWebpack: { output: { filename: 'export.js' }, optimization: { splitChunks: false } }, filenameHashing: false, runtimeCompiler: true, productionSourceMap: false, css: { extract: false } }
[x] Local (in Frame) [x] Built [x] Proxy Components
Changes setup to use vue cli 3 with following configuration, which will produce one file including the code needed to deploy with our plugin system in
dist/export.js
.Still uses
vue.config.js
Tested
[x] Local (in Frame) [x] Built [x] Proxy Components
Screens (Local & Built)