mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-25 14:08:58 +00:00
5 lines
205 B
JavaScript
5 lines
205 B
JavaScript
// Deprecated import file, just issues warning
|
|
// eslint-disable-next-line
|
|
console.warn(`importing 'luma.gl/debug' no longer has any effect. \
|
|
Please import the separate '@luma.gl/debug' module instead`);
|