You've already forked npm-module-template
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:
@ -81,7 +81,6 @@ export default [
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
resolve(),
|
||||
babel({
|
||||
babelHelpers: "bundled",
|
||||
exclude: ["node_modules/**"],
|
||||
|
Reference in New Issue
Block a user