| 1 | const path = require('path'); |
| 2 | const webpack = require('webpack'); |
| 3 | const NodePolyfillPlugin = require("node-polyfill-webpack-plugin"); |
| 4 | const WebpackDashDynamicImport = require('@plotly/webpack-dash-dynamic-import'); |
nothing calls this directly
no test coverage detected