achievements

This commit is contained in:
Olivier Gagnon
2021-11-27 15:07:25 -05:00
parent d257cb84ad
commit e262c9bb38
21 changed files with 409 additions and 44 deletions
+3
View File
@@ -124,6 +124,9 @@ module.exports = (env, argv) => {
isFastRefresh && new ReactRefreshWebpackPlugin(),
].filter(Boolean),
target: "web",
// node: {
// fs: "mock",
// },
entry: entry,
output: {
path: path.resolve(__dirname, "./"),