fix: process is not defined
This commit is contained in:
parent
129327077a
commit
505ad17447
1 changed files with 7 additions and 0 deletions
|
|
@ -1 +1,8 @@
|
|||
// nanostores use process.env which kills the browser build
|
||||
window.process = {
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
},
|
||||
};
|
||||
|
||||
export * from './repl-component.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue