You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to use this plugin, but I want to modify it slightly with different options for the modal box. I was trying to copy the files into my local filesystem, manipulate them, and then rebundle the files to be able to import the new plugin and create the new functionality.
I am using javascript for my builder and such, so I translated the code to javascript then tried using Webpack to bundle them into a module for importing. This is where I am running into issues, so I wanted to ask you how you bundle the files into one link to include in my html, much like a cdn with the unpkg link that you have?
Can you point to me how you bundled them and configured the module so it works with grapesjs plugins?
The text was updated successfully, but these errors were encountered:
@joedavis21 i'm using grapesJS plugin development package which have webpack in it. webpack bundle everything into useable Javascript. if you want you can edit the code as you like and then use your own webpack to bundle.
I was looking to use this plugin, but I want to modify it slightly with different options for the modal box. I was trying to copy the files into my local filesystem, manipulate them, and then rebundle the files to be able to import the new plugin and create the new functionality.
I am using javascript for my builder and such, so I translated the code to javascript then tried using Webpack to bundle them into a module for importing. This is where I am running into issues, so I wanted to ask you how you bundle the files into one link to include in my html, much like a cdn with the unpkg link that you have?
Can you point to me how you bundled them and configured the module so it works with grapesjs plugins?
The text was updated successfully, but these errors were encountered: