Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a question #6

Open
joedavis21 opened this issue Mar 8, 2024 · 1 comment
Open

Just a question #6

joedavis21 opened this issue Mar 8, 2024 · 1 comment

Comments

@joedavis21
Copy link

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?

@gxanshu
Copy link
Owner

gxanshu commented Jul 19, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants