Closed
Description
Not sure this is a babel loader issue or a webpack issue.
I am developing two modules and one of them has a dependency on the other. So I have npm linked it.
I have the following config on webpack:
loaders: [{
test: /\.js$/,
loaders: ['babel'],
exclude: /node_modules\/(?!other-module)/,
include: __dirname
}]
This works fine if I install dependency as a local dependency but if I use npm link, babel doesn't process it.
Am I missing something? Or is there a workaround for this?
Metadata
Metadata
Assignees
Labels
No labels