This commit is contained in:
Eugene Pankov
2021-09-15 20:38:18 +02:00
parent a066e10110
commit 5fccca2f00
7 changed files with 609 additions and 20 deletions

View File

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