mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore(rollup.config.mjs): update output directory from './static/js' to './static/bundled/js' to match new project structure
This commit is contained in:
@@ -4,9 +4,8 @@ import typescript from '@rollup/plugin-typescript'
|
||||
|
||||
export default {
|
||||
input: './assets/ts/main.ts',
|
||||
sourceMap: 'inline',
|
||||
output: {
|
||||
dir: './static/js',
|
||||
dir: './static/bundled/js',
|
||||
format: 'es',
|
||||
chunkFileNames: '[hash:6].js',
|
||||
compact: true
|
||||
|
||||
Reference in New Issue
Block a user