GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

Usage from source failed #369

Closed ateshuseyin closed 5 years ago

ateshuseyin commented 7 years ago

I tried to use grapesjs from source by using require('grapesjs/src') to debug both my source and grapesjs. But could not success because of below issues;

I think this issue is very imported to identify the bugs of grapesjs.

ateshuseyin commented 7 years ago

At DevicesView.js:5 there is underscore usage w/o require: `template: _.template(``

ateshuseyin commented 7 years ago

I just notice that you are using ProvidePlugin. That is a solution but these kind of configurative solutions are a limitation to grapesjs users which are using from source.

artf commented 7 years ago

correct @ateshuseyin I just never configured it to work properly from source, indeed have to move few configurations from webpack to npm. Appreciate your help 👍

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.