fix: repl package import on server
This commit is contained in:
parent
9c13f6bb53
commit
89c06046b5
3 changed files with 72 additions and 74 deletions
|
|
@ -1,8 +1 @@
|
|||
// 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