mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: prevent code from breaking just because it was bundled
This commit is contained in:
parent
7922314840
commit
fb1216d488
@ -29,7 +29,8 @@ export default {
|
||||
input: "src/main_puter.js",
|
||||
output: {
|
||||
file: "dist/bundle.js",
|
||||
format: "iife"
|
||||
format: "iife",
|
||||
strict: false,
|
||||
},
|
||||
plugins: [
|
||||
nodeResolve({
|
||||
|
Loading…
Reference in New Issue
Block a user