mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 19:25:18 -04:00
Use webpack-merge.
Move html export config to own file. Delete unnecessary config options. Use cheap source maps. Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
9a2dcd40d3
commit
9f92bba036
5 changed files with 59 additions and 111 deletions
|
@ -10,6 +10,7 @@ var gracefulFs = require('graceful-fs')
|
|||
gracefulFs.gracefulify(fs)
|
||||
|
||||
module.exports = {
|
||||
name: 'app',
|
||||
plugins: [
|
||||
new webpack.ProvidePlugin({
|
||||
Visibility: 'visibilityjs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue