This commit is contained in:
Simon Cambier
2022-10-27 19:31:18 +02:00
parent 573f3fa31b
commit 422f84c1cf
6 changed files with 8 additions and 8 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',