Jeb Nicholson
Jeb Nicholson
# 🙋 Feature request Add ES Modules support to Parcel Plugins ## 🤔 Expected Behavior Parcel Plugins ought to be able to use es6 module syntax. `import`, `export`, etc. ##...
_theme-integrated-sidebar_ is an example extension intended to show a sidebar that reflects the colors of the current browser theme. `browser.theme.getCurrent();` is used to get the current window's theme, and the...
# 🐛 Bug report `new URL('foo.jpg', import.meta.url)` compiles without error, but throws a ERR_INVALID_URL error when run. ## 🎛 Configuration (.babelrc, package.json, cli command) No `.babelrc`, no `.parceljs`. `package.json` is...