prateekbh / babel-esm-plugin

Add this plugin to generate mirrored esm modules for your existing bundles
MIT License
192 stars 16 forks source link

Does not handle exterals #13

Open ComLock opened 5 years ago

ComLock commented 5 years ago

You will get compile time errors like this: Module not found: Error: Can't resolve '...' in '...'

prateekbh commented 5 years ago

can you post a sample config or even better a sample repo? thanks in advance