Skip to content

Commit fae7c2a

Browse files
author
Joan Mira
committed
config for presentation
1 parent 8385bf7 commit fae7c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = (options) => {
7474
{ from: 'static', to: 'static' },
7575
{ from: 'manifest.json' },
7676
{ from: 'browserconfig.xml' },
77-
{ from: 'presentation.html' }
77+
{ from: 'src/presentation.html', to: 'presentation.html' }
7878
]),
7979
new Webpack.optimize.UglifyJsPlugin({
8080
compressor: {

0 commit comments

Comments
 (0)