Skip to content

bmblb/rollup-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project shows odd problem with rollup not being able to process imports properly.

Steps to reproduce

  1. run npm install
  2. run npm run rollup
  3. open examples/drag/app.module.js

You will see that module file is missing import for Store

  1. Now navigate to examples/drag/lib/TaskStore.js and move last import to the first
  2. run npm run rollup again
  3. open examples/drag/app.module.js

You will see import is now included

If you navigate to examples/drag/index.html in browser, you will see that store class was actually imported and works - text is rendered to DOM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published