-
Hello, Next.js is the new big frontend framework for React apps.
I was trying to integrate it by following the example provided on the Meteor Blog Post, but Next.js wraps webpack's config in a way …
-
love your work!
is this project support react-hot-loader ?
like this [meteor-webpack-react](https://github.com/jedwards1211/meteor-webpack-react) ?
-
Hi
When trying to make a production build using the following command
`WEBPACK_CONFIG_FILE=\"webpack.prod.js\" meteor build --architecture=os.linux.x86_64 --allow-superuser --directory .build`
I…
-
Dears, I am trying to port my meteor-webpack project to "pure meteor", but I am running into some issues. Would you be able to help?
1. I cannot make "jsx-control-statements" to work. It is a babel pl…
-
The file ```.meteor/local/build/programs/web.browser/packages/modules.js``` includes all npm dependencies from Meteor packages. However, those npm dependencies may be referenced from your app code as …
-
Isomorphic import is a EPIC feature to Meteor, reflecting the whole nature of the Meteor
---
Since the meteor uses its own build system, which is different from the webpack, it should not be flawe…
-
my error:
`
E:\Meteor\.meteor\packages\meteor-tool\1.9.2\mt-os.windows.x86_64\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:218
throw error;
^
SyntaxError: Unexpected…
-
For example, be able to have a file that has the MONGO_URL, MONGO_OPLOG_URL which gets prepended to the `meteor run` command in the scripts.
FYI - these are different from the settings set in `settin…
rclai updated
9 years ago
-
I have configured webpack and it works well, but when i try to import [jagi:astronomy](https://atmospherejs.com/jagi/astronomy) empty object is the result of the import. At the same time i can import …
-
Hi 👋 👋
It's nice to see efforts to make an integration between meteor and webpack possible! On our company, we wanted to try this out, but we are getting some weird errors when updating babel to t…