We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d790e commit 6c2cd61Copy full SHA for 6c2cd61
packages/com.sncommunity.bold-editor/webpack.config.js
@@ -60,11 +60,6 @@ module.exports = {
60
template: 'editor.index.ejs',
61
filename: 'index.html'
62
}),
63
- new CopyWebpackPlugin({
64
- patterns: [
65
- { from: require.resolve('filesafe-js/dist/filesafe-js/EncryptionWorker.js'), to: 'filesafe-js/EncryptionWorker.js' },
66
- ],
67
- }),
68
new MergeIntoSingleFilePlugin({
69
files: {
70
"vendor.js": [
0 commit comments