ardatan/meteor-webpack

Possible to build client side to static files, and run the meteor server side separately?

sebastian-ruiz opened this issue · 1 comments

I would like to compile the client side to static files so that I can bundle them in a chrome extension. I would then like to run the meteor server on its own. I thought that this project would help me do this, but I am not sure how.

I can compile the react example with webpack by doing npx webpack --config webpack.config.js but running the index.html page gives me the error Uncaught ReferenceError: Package is not defined.

I am sorry but this package runs inside Meteor CLI.(meteor command, not webpack command).
If you want to have seperate client project, you should check out meteor-client-bundler