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

add option to specify programs folder for running off of built meteor project #8

Closed jedwards1211 closed 8 years ago

jedwards1211 commented 8 years ago

I changed crater to always run off the output of meteor build --directory instead of the development folder. This change adds a meteorProgramsFolder option that overrides meteorFolder so that I can make the plugin use build/meteor/bundle/programs instead of meteor/.meteor/local/build/programs.

jedwards1211 commented 8 years ago

Btw, instead of path.join, I made it use path.resolve which behaves properly for both relative and absolute meteorFolder/meteorProgramsFolder.

luisherranz commented 8 years ago

Perfect!

luisherranz commented 8 years ago

Published new version to npm: meteor-imports-webpack-plugin@1.1.0