frontend templating

This commit is contained in:
realaravinth
2021-04-03 17:18:18 +05:30
parent ecc0076cdd
commit a78b1eb25d
27 changed files with 189 additions and 107 deletions

View File

@@ -2,7 +2,7 @@ const path = require('path');
module.exports = {
entry: {
main: './src/index.js',
main: './static/js/index.js',
},
module: {
rules: [