Commit Graph

3 Commits

Author SHA1 Message Date
Sped0n
5569a41d7a 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
2024-02-14 22:37:43 +08:00
Sped0n
44f3012e31 chore(rollup.config.mjs): update output directory from './static/js' to './static/bundled/js' to match new project structure 2023-11-02 10:51:49 +08:00
Sped0n
09583bfc0a chore(rollup.config.mjs): add rollup configuration file to bundle and transpile TypeScript code
The rollup.config.mjs file is added to the project. This file contains the configuration for Rollup, a module bundler, to bundle and transpile TypeScript code. The configuration includes the input file path, the output directory, the output format, and other options such as source maps and code minification. The resolve plugin is used to resolve module imports, the typescript plugin is used to transpile TypeScript code, and the terser plugin is used to minify the code in production builds. The configuration also checks the BUILD environment variable to conditionally enable code minification in production builds.
2023-11-01 23:13:05 +08:00