magento-research / peregrine

(Defunct) Moved to https://github.com/magento-research/pwa-studio
Open Software License 3.0
29 stars 1 forks source link

npm package is using CommonJS #18

Closed DrewML closed 6 years ago

DrewML commented 6 years ago

https://unpkg.com/@magento/peregrine@0.1.2-alpha/dist/Peregrine/index.js

Locally, npm run build produces ES modules in dist. But in CI, it's compiling down to CommonJS. Not sure why yet.

DrewML commented 6 years ago

Oh, lol

ubuntu@box803:~$ echo $NODE_ENV
test