Just built

This commit is contained in:
Cris Stringfellow 2023-01-11 11:32:17 +08:00
parent 0f0de1e115
commit 6fb62fff31
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import path from 'path'; import path from 'path';
//import commonjs from '@rollup/plugin-commonjs'; //import commonjs from '@rollup/plugin-commonjs';
import { terser } from "@rollup/plugin-terser"; import terser from "@rollup/plugin-terser";
export default { export default {
input: path.resolve('src', 'app.js'), input: path.resolve('src', 'app.js'),