pastleo / bazaar

https://bazaar-pre.pastleo.me/
MIT License
9 stars 1 forks source link

nodejs server esm #19

Open pastleo opened 5 years ago

pastleo commented 5 years ago

透過

https://github.com/pastleo/bazaar/pull/19/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2

"type": "module",
"scripts": {
    "dev": "DEBUG=\"bazaar:*\" node --experimental-modules server/index.js"
  }

接著執行 yarn dev 就可以測試囉,我這邊用 nodejs 12.4.0 看起來跟原本的行為應該是一樣的~