mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-16 02:16:02 +00:00
Initial commit
This commit is contained in:
13
node_modules/webmidi/playground/testwebpack/webpack.config.js
generated
vendored
Normal file
13
node_modules/webmidi/playground/testwebpack/webpack.config.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
const path = require('path');
|
||||
// const webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
context: path.resolve(__dirname, './src'),
|
||||
entry: {
|
||||
app: './app.js',
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, './dist'),
|
||||
filename: '[name].bundle.js',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user