mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -07:00
feat: update dependencies, configuration, and input file for solidjs
- Update dependencies in package.json - Modify the input file in rollup.config.mjs - Update tsconfig.json with new configuration options
This commit is contained in:
@@ -3,7 +3,7 @@ import terser from '@rollup/plugin-terser'
|
||||
import typescript from '@rollup/plugin-typescript'
|
||||
|
||||
export default {
|
||||
input: './assets/ts/main.ts',
|
||||
input: './assets/ts/main.tsx',
|
||||
output: {
|
||||
dir: './static/bundled/js',
|
||||
format: 'es',
|
||||
|
||||
Reference in New Issue
Block a user