Merge pull request #16 from moufmouf/docker-compose

Adding docker-compose
This commit is contained in:
David Négrier
2020-04-03 18:48:36 +02:00
committed by GitHub
3 changed files with 52 additions and 1 deletions
+4 -1
View File
@@ -6,6 +6,8 @@ module.exports = {
devtool: 'inline-source-map',
devServer: {
contentBase: './dist',
host: '0.0.0.0',
disableHostCheck: true,
},
module: {
rules: [
@@ -26,6 +28,7 @@ module.exports = {
plugins: [
new webpack.ProvidePlugin({
Phaser: 'phaser'
})
}),
new webpack.EnvironmentPlugin(['API_URL'])
]
};