Skip to content
New issue

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

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

Already on GitHub? # to your account

Add drag and drop handling to file plugin #51

Merged
merged 1 commit into from
Oct 8, 2018
Merged

Add drag and drop handling to file plugin #51

merged 1 commit into from
Oct 8, 2018

Conversation

apecell
Copy link
Contributor

@apecell apecell commented Sep 22, 2018

I changed the names of trigger and target so this plugin is used in multiple ways.

I try to build by npm run production but failed with below errors.

ERROR in chunk notification [entry]
plugin.min.js
Conflict: Multiple assets emit to the same filename plugin.min.js

ERROR in chunk navbar [entry]
plugin.min.js
Conflict: Multiple assets emit to the same filename plugin.min.js
...

This problem is this.
https://stackoverflow.com/questions/42148632/conflict-multiple-assets-emit-to-the-same-filename

I deleted --output ./dist/plugin.min.js from the command below and succeeded.

package.json
"production": "webpack --config webpack.config.js --mode production --output ./dist/plugin.min.js",

but dist files are all minified so I send only core file plugin.

Thanks

@VizuaaLOG VizuaaLOG merged commit 1320ab4 into VizuaaLOG:master Oct 8, 2018
@VizuaaLOG
Copy link
Owner

Apologies for the delay in merging this. Thank you! I appreciate it.

VizuaaLOG pushed a commit that referenced this pull request Jun 23, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants