Closed codynova closed 5 years ago
Updated all devDependencies to latest stable release.
rollup-plugin-babel now incorporates functionality from @babel/plugin-external-helpers, so the plugin has been removed.
rollup-plugin-node-resolve configuration for module and jsnext resolution has changed slightly.
rollup.config.js was updated according to plugin removal and plugin config changes.
npm run build-prod executes successfully with no warnings, npm audit reports 0 vulnerabilities.
Please note that the version numbers have been locked down, which was not the case before, and you may not want that.
Looks good. Thanks, now security warnings should be fixed)
Updated all devDependencies to latest stable release.
rollup-plugin-babel now incorporates functionality from @babel/plugin-external-helpers, so the plugin has been removed.
rollup-plugin-node-resolve configuration for module and jsnext resolution has changed slightly.
rollup.config.js was updated according to plugin removal and plugin config changes.
npm run build-prod executes successfully with no warnings, npm audit reports 0 vulnerabilities.
Please note that the version numbers have been locked down, which was not the case before, and you may not want that.