mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
frontend templating
This commit is contained in:
@@ -11,11 +11,11 @@ module.exports = merge(common, {
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: "./public/index.html"
|
||||
template: "./output/index.html"
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: "signup/index.html",
|
||||
template: "./public/signup/index.html"
|
||||
template: "./output/signup/index.html"
|
||||
})
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user