mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Add webpack entrypoint script
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
entry: './web/index.js',
|
||||
output: {
|
||||
clean: true,
|
||||
filename: 'js-bin/app.js',
|
||||
path: path.resolve(__dirname, 'out'),
|
||||
},
|
||||
module: {
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user