Fix slide resource path and style load orders to avoid conflicts
This commit is contained in:
@@ -136,6 +136,14 @@ module.exports = {
|
||||
dot: false
|
||||
},
|
||||
to: 'emojify.js/'
|
||||
},
|
||||
{
|
||||
context: path.join(__dirname, 'node_modules/reveal.js'),
|
||||
from: {
|
||||
glob: '**/*',
|
||||
dot: false
|
||||
},
|
||||
to: 'reveal.js/'
|
||||
}
|
||||
])
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user