Small rework

This commit is contained in:
Simon Cambier
2022-10-20 17:27:15 +02:00
parent c2535b0ebd
commit 1376cea282
6 changed files with 24 additions and 21 deletions

View File

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