Actualización
This commit is contained in:
11
plugin/h5p/cache-h5p/webpack.dev.js
Normal file
11
plugin/h5p/cache-h5p/webpack.dev.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const merge = require('webpack-merge');
|
||||
const common = require('./webpack.common.js');
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'development',
|
||||
devtool: 'inline-source-map',
|
||||
devServer: {
|
||||
contentBase: './dist',
|
||||
watchContentBase: true
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user