jedwards1211 / meteor-imports-webpack-plugin

Webpack plugin to import and use Meteor packages like if they were real NPM packages.
MIT License
25 stars 10 forks source link

exclude non-js manifest files from being imported #14

Closed staeke closed 7 years ago

staeke commented 7 years ago

This came up when I tried some angular packages and got a lot off .d.ts files along with some .scss files. Potentially the sass files could be imported, but as of now it doesn't work anyhow. This makes it not break

luisherranz commented 7 years ago

Awesome. Thank you!

luisherranz commented 7 years ago

Released on 1.1.2: https://www.npmjs.com/package/meteor-imports-webpack-plugin

staeke commented 7 years ago

that was fast!