We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2b2fa commit fd9f28bCopy full SHA for fd9f28b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@b12/metronome",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "",
5
"main": "index.es6.js",
6
"scripts": {
webpack.config.js
@@ -10,7 +10,8 @@ module.exports = {
10
clientLogLevel: 'info',
11
contentBase: path.join(__dirname, 'src'),
12
host: '0.0.0.0',
13
- port: 8080 // Update this port with an available port on your machine!
+ port: 8080, // Update this port with an available port on your machine!
14
+ disableHostCheck: true,
15
},
16
module: {
17
rules: [
0 commit comments