mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Update node.js dependencies for WebUI
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
mode: 'development',
|
||||
watch: true,
|
||||
resolve: {
|
||||
fallback: {
|
||||
crypto: require.resolve('crypto-browserify'),
|
||||
},
|
||||
},
|
||||
entry: {
|
||||
index: './src/js/index.js',
|
||||
},
|
||||
|
Reference in New Issue
Block a user