We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e13c6 commit 4df4777Copy full SHA for 4df4777
1 file changed
packages/uikit-workshop/webpack.config.js
@@ -21,7 +21,11 @@ const defaultConfig = {
21
sourceMaps: true,
22
watch: argv.watch ? true : false,
23
publicPath: './styleguide/',
24
- copy: { patterns: [{ from: './src/images/**', to: 'images/[name][ext]' }] },
+ copy: {
25
+ patterns: [
26
+ { from: '../uikit-workshop/src/images/**', to: 'images/[name][ext]' },
27
+ ],
28
+ },
29
noViewAll: false,
30
};
31
0 commit comments