Merge pull request #16 from moufmouf/docker-compose
Adding docker-compose
This commit is contained in:
@@ -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'])
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user