Skip to content

Commit d6b9061

Browse files
Jonas Konecznymisterboe
Jonas Koneczny
authored andcommitted
[TASK] always copy static images in Images/Misc/ on watch
1 parent 3db6fb6 commit d6b9061

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Resources/Build/webpack.common.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,10 @@ module.exports = {
128128
new UglifyJsPlugin({
129129
extractComments: true
130130
}),
131-
new CopyPlugin([
132-
{from: 'Assets/Images/Misc', to: 'Images/Misc'}
133-
]),
131+
new CopyPlugin(
132+
[{from: 'Assets/Images/Misc', to: 'Images/Misc'}],
133+
{ copyUnmodified: true }
134+
),
134135
new CopyPlugin([
135136
{from: 'Assets/JavaScripts/static', to: 'JavaScripts'},
136137
{from: 'Assets/CKEditor', to: 'CKEditor'}

0 commit comments

Comments
 (0)