Files
speckle-sketchup/ui/vue.config.js
T
oguzhankoral 0dc4d46fa3 Refactor: Implement new plugin design
* Move icons to img folder

* Rename built folder name from html to vue_ui

* Rename main to bootstrap

* Remove unnecessary module for SpeckleSystems

* Replace dialog with App-View-Command design

* Fix rubocop issues

- disable to_native and to_speckle for now, they will be handled in different PR
2022-11-08 21:18:16 +03:00

8 lines
205 B
JavaScript

const path = require('path')
module.exports = {
publicPath: './',
outputDir: path.resolve(__dirname, '../speckle_connector', 'vue_ui'),
transpileDependencies: ['vuetify', '@speckle/objectloader']
}