From 1c9eb4f1dfe28289bbd7a5b026d8a22c7bf53e7a Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Fri, 15 Nov 2024 11:28:20 -0800 Subject: [PATCH] cleanup prod webpack --- webpack.prod.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.prod.config.js b/webpack.prod.config.js index 9b6be64c..d7d6bac8 100644 --- a/webpack.prod.config.js +++ b/webpack.prod.config.js @@ -14,8 +14,7 @@ module.exports = { mode: 'production', devtool: 'source-map', entry: { - core: { import: './src/index.js', filename: 'aframe-street-component.js' }, - editor: { import: './src/editor/index.js', filename: '3dstreet-editor.js' } + core: { import: './src/index.js', filename: 'aframe-street-component.js' } }, output: { clean: true,