You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.
All the examples show the usage of import but I can't manage to get the damn config files to go through babel or whatever is necessary and already wasted hours on this.
So how do I do the same using require() or what do I need to do to get webpack3 to work with babel and import?
The text was updated successfully, but these errors were encountered:
Or you can rename webpack.config.js to webpack.config.babel.js and add babel-register. But babel-register add some
Webpack use interpret to make this work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All the examples show the usage of
import
but I can't manage to get the damn config files to go through babel or whatever is necessary and already wasted hours on this.So how do I do the same using
require()
or what do I need to do to get webpack3 to work with babel andimport
?The text was updated successfully, but these errors were encountered: