registration link correction

This commit is contained in:
realaravinth
2021-04-09 15:03:50 +05:30
parent 0496c0bdaf
commit 646a92b28f
6 changed files with 263 additions and 8 deletions

View File

@@ -6,8 +6,8 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
module.exports = merge(common, {
mode: 'development',
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'static'),
filename: '[name].js',
path: path.resolve(__dirname, 'static/bundle'),
},
module: {
rules: [