diff options
Diffstat (limited to 'frontend/rollup.config.js')
| -rw-r--r-- | frontend/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/rollup.config.js b/frontend/rollup.config.js index 7fb921fa..360aa142 100644 --- a/frontend/rollup.config.js +++ b/frontend/rollup.config.js @@ -14,7 +14,7 @@ export default defineConfig({ input: 'src/index.tsx', plugins: [ del({ targets: '../backend/static/*', force: true }), - commonjs({include: '../frontend/node_modules/**'}), + commonjs(), nodeResolve({ browser: true }), |
