diff --git a/package.json b/package.json index cfdc896..ff3937f 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,12 @@ "ts-node": "^10.4.0", "typescript": "^4.5.2", "uuid": "^8.3.2" + }, + "extollo": { + "discover": true, + "assets": { + "discover": true, + "basePath": ["dist"] + } } } diff --git a/webpack.config.js b/webpack.config.js index ff27679..61fae1f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,6 +2,7 @@ const path = require('path') module.exports = { entry: './lib/index.js', + mode: 'production', output: { path: path.resolve(__dirname, 'dist'), filename: 'extollo-ui.dist.js',