1
mirror of https://github.com/jakejarvis/npm-module-template.git synced 2025-06-27 16:15:41 -04:00

don't resolve node_modules in non-browser builds

This commit is contained in:
2021-09-29 21:53:25 -04:00
parent 1a1b1eb5f9
commit c63f574b67

View File

@ -81,7 +81,6 @@ export default [
},
],
plugins: [
resolve(),
babel({
babelHelpers: "bundled",
exclude: ["node_modules/**"],