0dc4d46fa3
* 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
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
publicPath: './',
|
|
outputDir: path.resolve(__dirname, '../speckle_connector', 'vue_ui'),
|
|
transpileDependencies: ['vuetify', '@speckle/objectloader']
|
|
}
|