You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
I think Chaplin should move from CommonJS to ES6 modules with Rollup now that CoffeeScript supports them. This will reduce bundle size and reduce exports.stuff = stuff = expressions to export stuff =, which is nice.
For now, please use unbundled version from GitHub as a workaround.
PS. Feel free to ping me anytime, here or on Gitter, regarding Brunch or Chaplin or other stuff.
Hi!
My project depends on Chaplin through following line (within package.json):
Which I think tells npm to install the newest Chaplin version that is compatible with version 1.0.1.
But
npm install
installs version 1.2.0, which results in following errors when I try to build the project:The build completes successfully when I force Chaplin version 1.1.1.
My questions is: are these versions really compatible?
Thanks!
The text was updated successfully, but these errors were encountered: