Skip to content

Commit 0f15a18

Browse files
authored
chore: fix bold editor build (#57)
1 parent b432bf3 commit 0f15a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/com.sncommunity.bold-editor/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
}),
6363
new CopyWebpackPlugin({
6464
patterns: [
65-
{ from: require.resolve('@standardnotes/editor-kit/dist/filesafe-js/EncryptionWorker.js'), to: 'filesafe-js/EncryptionWorker.js' },
65+
{ from: require.resolve('filesafe-js/dist/filesafe-js/EncryptionWorker.js'), to: 'filesafe-js/EncryptionWorker.js' },
6666
],
6767
}),
6868
new MergeIntoSingleFilePlugin({

0 commit comments

Comments
 (0)