opal-webpack-loader 0.11.2 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72bce8591ed4cf66ed4e64c958097d4bddcc6b4f80d88be3b5c8214c943a4d1d
4
- data.tar.gz: d6a8ce887e177e69eda71dc4ef25f85d4a0e6556e181fa9d90eae1d61cbd1595
3
+ metadata.gz: 231761fce0db6f68b21ac4084c065663d567b79776333a36244330137f91720b
4
+ data.tar.gz: bd9a62382e957ee5753586f69e14482d662daf385ddf7975da05781a0f3add3f
5
5
  SHA512:
6
- metadata.gz: '0438b5c05ad48d5a13975df55efe3bf8c2191264146aa2f76829f46a098dbd1209fdb46b4e90a1be9e3553ced638aa82f092babdc24aa98360c7a3319ba347bd'
7
- data.tar.gz: 13a44603a84954f7789147856ef20682080c3d0b2719c638a72b42b737d55d935080e5cd4480c21f6ef51732ab76c8e74925697a3c5b7e7bc12458b17a5d0368
6
+ metadata.gz: 7705b03915305c31710b6c19843a83473f92186f83ac135405b91b0fed22884fbc0b1218dc73cbafd0bd8fcc77295179bed878c5d55f553b808ada33927b6a6a
7
+ data.tar.gz: 685b9a599a552a3bb1a8b36667816d4ce31a63a51af7a06bf67096b39afb6af5019b999610c610a3a94957b5e13d56f732f47be00b451e1a6b892ee492b9b413
@@ -99,26 +99,25 @@ const common_config = {
99
99
  devServer: {
100
100
  <%= dev_server_before %>
101
101
  open: false,
102
- lazy: false,
103
102
  port: 3035,
104
103
  hot: true,
105
- // hotOnly: true,
106
- inline: true,
107
104
  https: false,
108
- disableHostCheck: true,
105
+ allowedHosts: 'all',
109
106
  headers: {
110
107
  "Access-Control-Allow-Origin": "*",
111
108
  "Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
112
109
  "Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization"
113
110
  },
114
- watchOptions: {
115
- // in case of problems with hot reloading uncomment the following two lines:
116
- // aggregateTimeout: 250,
117
- // poll: 50,
111
+ static: {
112
+ directory: path.resolve(__dirname, 'public'),
113
+ watch: {
114
+ // in case of problems with hot reloading uncomment the following two lines:
115
+ // aggregateTimeout: 250,
116
+ // poll: 50,
118
117
  ignored: /\bnode_modules\b/
118
+ }
119
119
  },
120
- contentBase: path.resolve(__dirname, 'public'),
121
- useLocalIp: false
120
+ host: 'local-ip'
122
121
  }
123
122
  };
124
123
 
@@ -84,26 +84,25 @@ const common_config = {
84
84
  devServer: {
85
85
  <%= dev_server_before %>
86
86
  open: false,
87
- lazy: false,
88
87
  port: 3035,
89
- hot: true,
90
- // hotOnly: true,
91
- inline: true,
88
+ hot: false,
92
89
  https: false,
93
- disableHostCheck: true,
90
+ allowedHosts: 'all',
94
91
  headers: {
95
92
  "Access-Control-Allow-Origin": "*",
96
93
  "Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
97
94
  "Access-Control-Allow-Headers": "X-Requested-With, content-type, Authorization"
98
95
  },
99
- watchOptions: {
100
- // in case of problems with hot reloading uncomment the following two lines:
101
- // aggregateTimeout: 250,
102
- // poll: 50,
96
+ static: {
97
+ directory: path.resolve(__dirname, 'public'),
98
+ watch: {
99
+ // in case of problems with hot reloading uncomment the following two lines:
100
+ // aggregateTimeout: 250,
101
+ // poll: 50,
103
102
  ignored: /\bnode_modules\b/
103
+ }
104
104
  },
105
- contentBase: path.resolve(__dirname, 'public'),
106
- useLocalIp: false
105
+ host: 'local-ip'
107
106
  }
108
107
  };
109
108
 
@@ -1,3 +1,3 @@
1
1
  module OpalWebpackLoader
2
- VERSION="0.11.2"
2
+ VERSION="0.11.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-webpack-loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann