Robin Pedersen
Robin Pedersen
@rictorres I tried your gist. I get this error: ``` Uncaught SyntaxError: Unexpected token export ``` when trying to import like this: `import LevelSelector from 'level-selector';`
@rictorres My mistake, I forgot to run npm install, I just updated package.json and restarted webpack. It does work.
Wrong again. The gist makes the modules `clappr` and `level-selector` available for import, without any workaround in my webpack config. However, it doesn't resolve the problem that I end up...
I created a new gist where I changed the dependencies to peerDependencies: https://gist.github.com/ropez/f6c10e332a157a491298195acf15a421 This fixed my problem: ``` $ npm ls clappr └── [email protected] $ grep "Your browser does not...