You've already forked npm-module-template
mirror of
https://github.com/jakejarvis/npm-module-template.git
synced 2025-09-18 15:25:31 -04:00
don't resolve node_modules in non-browser builds
This commit is contained in:
@@ -81,7 +81,6 @@ export default [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
resolve(),
|
|
||||||
babel({
|
babel({
|
||||||
babelHelpers: "bundled",
|
babelHelpers: "bundled",
|
||||||
exclude: ["node_modules/**"],
|
exclude: ["node_modules/**"],
|
||||||
|
Reference in New Issue
Block a user