slimjs / slim.js

Fast & Robust Front-End Micro-framework based on modern standards

Home Page:http://slimjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Webpack exports

Granipouss opened this issue · comments

Hey team,

Great lib!

In the ./package.json, the default export should be last (https://github.com/slimjs/slim.js/blob/master/package.json#L36)
else webpack throws an error "Module not found: Error: Default condition should be last one".

Cheers,