Skip to content

Commit 8dd8c11

Browse files
committed
dont copy safari src during build
1 parent 83f7e0b commit 8dd8c11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ const plugins = [
9898
'./src/manifest.json',
9999
{ from: './src/_locales', to: '_locales' },
100100
{ from: './src/edge', to: 'edge' },
101-
{ from: './src/safari', to: 'safari' },
102101
{ from: './src/images', to: 'images' },
103102
{ from: './src/popup/images', to: 'popup/images' },
104103
{ from: './src/content/autofill.css', to: 'content' },

0 commit comments

Comments
 (0)