foxhound87 / rfx-stack

RFX Stack - Universal App
MIT License
419 stars 42 forks source link

Plugin is not defined #10

Closed anorudes closed 8 years ago

anorudes commented 8 years ago

Hello, @foxhound87, you created the good boilerplate! Thanks ) But I have the error message with text:

/home/anoru/git/rfx-stack/node_modules/browser-sync-webpack-plugin/index.js:21
Plugin.prototype.apply = function (compiler) {
^

ReferenceError: Plugin is not defined

Can you help me? :)

foxhound87 commented 8 years ago

Your issue is related to the browser-sync-webpack-plugin so you should post an issue on his repo. But I will deepen the problem tomorrow. In the meantime you can try to run a different version of the package changing it into the package.json.

anorudes commented 8 years ago

https://github.com/Va1/browser-sync-webpack-plugin/blob/master/index.js He renamed "Plugin" to "BrowserSyncPlugin" in last version package.

anorudes commented 8 years ago

Problem fixed after change package.json: "browser-sync-webpack-plugin": "~1.0.1", to "browser-sync-webpack-plugin": "~1.0.3",

foxhound87 commented 8 years ago

Thanks for the pull request!