We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8385bf7 commit fae7c2aCopy full SHA for fae7c2a
webpack/webpack.config.js
@@ -74,7 +74,7 @@ module.exports = (options) => {
74
{ from: 'static', to: 'static' },
75
{ from: 'manifest.json' },
76
{ from: 'browserconfig.xml' },
77
- { from: 'presentation.html' }
+ { from: 'src/presentation.html', to: 'presentation.html' }
78
]),
79
new Webpack.optimize.UglifyJsPlugin({
80
compressor: {
0 commit comments