Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webpack) no longer need to remove 'fs' import at compile-time #168

Merged
merged 3 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions examples/camera/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl deck camera example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down
4 changes: 0 additions & 4 deletions examples/kepler-integration/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl kepler export example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down
4 changes: 0 additions & 4 deletions examples/quick-start/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl deck quick-start example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down
4 changes: 0 additions & 4 deletions examples/terrain/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl terrain example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down
4 changes: 0 additions & 4 deletions examples/trips/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl deck trips example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down
4 changes: 0 additions & 4 deletions examples/worldview/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ const CONFIG = {
]
},

node: {
fs: 'empty'
},

plugins: [
new HtmlWebpackPlugin({title: 'hubble.gl kepler export example'}),
// Optional: Enables reading mapbox token from environment variable
Expand Down