aminpaks / typescript-library-bundler

Bundles a Typescript library, and makes it ready to ship for ES6, ES5, CommonJS and UMD
MIT License
6 stars 1 forks source link

Commented import statements cause dependency warning #6

Closed aminpaks closed 7 years ago

aminpaks commented 7 years ago

Steps to reproduce:

  1. Makes project
  2. Add a typescript file
  3. Import one module from node modules
  4. Comment out the import statement
  5. Build the library and observe the bundler warns to put the commented line in dependencies

Version: 0.1.0