Skip to content

Commit

Permalink
Remove hot reloading. Too many examples with issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbeerendonk committed Feb 19, 2020
1 parent 7c55427 commit b3604a9
Show file tree
Hide file tree
Showing 134 changed files with 0 additions and 134 deletions.
1 change: 0 additions & 1 deletion 01 - Render Root/1. Basic Component/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 02 - Data Binding/3. Style/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 03 - Conditional Rendering/1. If/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 03 - Conditional Rendering/2. Else/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 03 - Conditional Rendering/3. Else-If/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 04 - List Rendering/1. Each - a. Array/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 04 - List Rendering/2. Each with Index/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 05 - Async Rendering/1. Basics/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 05 - Async Rendering/2. No Error/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 05 - Async Rendering/3. No Loading/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/1. Basics/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/2. Declarations/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/4. Arrays - i. No Issue/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/4. Arrays - ii. Issue/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/5. Objects - i. No Issue/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 06 - Reactivity/5. Objects - ii. Issue/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/1. Input/a. String/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/1. Input/b. Number/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/1. Input/c. Checkbox/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/2. Input Group/a. Radio/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/2. Input Group/b. Checkbox/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/3. TextArea/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/4. Select/a. Single/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/4. Select/b. Multi/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/5. ContentEditable/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/6. Inside Each/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/7. Dimensions/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/8. This/a. Basics/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
1 change: 0 additions & 1 deletion 07 - Bindings/8. This/b. Selection/webpack.config.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down
Expand Up @@ -22,7 +22,6 @@ module.exports = {
devtool: prod ? false : 'source-map',
devServer: {
contentBase: './dist',
hot: true,
port: 9100
},
mode,
Expand Down

0 comments on commit b3604a9

Please sign in to comment.