Top "Parceljs" questions

Blazing fast, zero configuration web application bundler

Importing images in TypeScript React - "Cannot find module"

I am trying to import images to use inside a React component with TypeScript. The bundler I'm using is Parcel (…

reactjs typescript visual-studio-code bundler parceljs
TypeError: (0 , _react.useEffect) is not a function

when in the development environment, my app works just fine. When in the production environment it crashes with the error: …

javascript reactjs react-hooks parceljs
How to fix 'no entries found' on server run in Parcel.js

On trying to run the server with 'parcel index.js': Server running at http://localhost:1234 🚨 No entries found. at Bundler.…

parceljs
Babel 7 fails with single plugin saying "Duplicate plugin/preset detected."

The plugin that fails is @babel/plugin-transform-regenerator (no marginal plugin, 1.6 milion downloads / week). This is my entire .babelrc: { "presets": [], "plugins": [ "@…

javascript npm babeljs parceljs
React & Redux: Uncaught TypeError: (0 , _reactRedux.connect) is not a function

I am new with redux, react and parceljs. I'm currently experimenting with this 3 stuff by doing the redux tutorial. And …

javascript reactjs redux react-redux parceljs
Can I specify the output folder for assets?

I have a project with this structure: src |- index.pug | - layout | |- index.less | - scripts | |- index.…

parceljs