This commit is contained in:
Simon Cambier
2022-10-28 13:44:30 +02:00
parent 9b6c59f5ff
commit e8bba87b51
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ if you want to view the source visit the plugins github repository
*/
`
const production = false//!process.env.ROLLUP_WATCH
const production = !process.env.ROLLUP_WATCH
export default {
input: './src/main.ts',