This commit is contained in:
Eugene Pankov
2021-09-13 09:54:00 +02:00
parent e9738aed8d
commit 87748ab5ec
22 changed files with 512 additions and 372 deletions

View File

@@ -59,5 +59,8 @@ module.exports = {
new webpack.DefinePlugin({
BACKEND_URL: JSON.stringify(process.env.BACKEND_URL || ''),
}),
new webpack.ProvidePlugin({
THREE: 'three',
})
],
}