We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation could be updated as for recent version of Next, the next.config.js file should be changed to:
next.config.js
const nextConfig = { reactStrictMode: true, webpack: (config, { webpack }) => { config.plugins.push( new webpack.DefinePlugin({ CESIUM_BASE_URL: JSON.stringify('cesium'), }) ) return config } } export default nextConfig
Happy to do a PR if that helps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation could be updated as for recent version of Next, the
next.config.js
file should be changed to:Happy to do a PR if that helps.
The text was updated successfully, but these errors were encountered: