salesforce / kagekiri

Shadow DOM-piercing query APIs for the browser.
BSD 3-Clause "New" or "Revised" License
86 stars 9 forks source link

postcss selector parser is not getting bundled in master #34

Closed tedconn closed 4 years ago

tedconn commented 4 years ago

sync master and run npm run build:

./src/index.js → dist/kagekiri.umd.js...
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
postcss-selector-parser (imported by src/index.js)
tedconn commented 4 years ago

I'm not sure what changed but if I point postcss-selector-parser to ^3.1.2 then it is resolved. I suspected something to do with the upgrade to @rollup/plugin-node-resolve but switching back doesn't fix it.

tedconn commented 4 years ago

Closing, it was a weird environment issue : )