Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
19
admin/phpMyAdmin/js/config/ol/webpack.config.js
Normal file
19
admin/phpMyAdmin/js/config/ol/webpack.config.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './js/src/ol.mjs',
|
||||
devtool: 'source-map',
|
||||
mode: 'production',
|
||||
performance: {
|
||||
hints: false,
|
||||
maxEntrypointSize: 512000,
|
||||
maxAssetSize: 512000
|
||||
},
|
||||
output: {
|
||||
path: path.resolve('./js/vendor/openlayers'),
|
||||
filename: 'OpenLayers.js',
|
||||
library: 'ol',
|
||||
libraryTarget: 'umd',
|
||||
libraryExport: 'default',
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue