aackerman / circular-dependency-plugin

Detect circular dependencies in modules compiled with Webpack
https://www.npmjs.com/package/circular-dependency-plugin
ISC License
914 stars 46 forks source link

Support import function #13

Closed ntucker closed 7 years ago

ntucker commented 7 years ago

Here in webpack 2: https://webpack.js.org/guides/code-splitting-import/ Spec: https://github.com/tc39/proposal-dynamic-import

aackerman commented 7 years ago

Are you running into an error when attempting to use a dynamic import? I'm unclear on what is preventing this from being used right now.

ntucker commented 7 years ago

Sorry, I don't know why I was having an issue before but it seems to be working now. I'll reopen if I have repro but I think it just entered a weird state.

Thanks for getting back to me! :)