Closed lvv83 closed 8 years ago
Looks like missed backbone.radio
in dependencies.
@lvv83 which version of node are you using?
Node version 4.4.4 OS: Windows 10 NPM version 2.15.1
with node v6 it looks fine.... @lvv83 would you like to open PR with your changes?
Please, see PR #32 I just tested it with Node 6.4.0 - no problems
Hello.
I try use integration with webpack. During build process I got next error:
After some researching I found this line in webpack.config.js
Webpack documentation says that
Then I deleted
modulesDirectories
property, and after this build the project with success