GithubHelp home page GithubHelp logo

Comments (5)

FlorianRappl avatar FlorianRappl commented on May 26, 2024

Hi @jfrconley can you provide a MWE such that I can fully understand / fix the problem? Many thanks 🍻!

from parcel-plugin-externals.

jfrconley avatar jfrconley commented on May 26, 2024

The easiest way to reproduce is marking aws-sdk as a peer dependency

{
    "name": "external-issue",
    "version": "1.0.0",
    "main": "index.js",
    "scripts": {
        "parcel": "parcel build -t node --bundle-node-modules --detailed-report --no-source-maps -d bundle src/index.ts"
    },
    "license": "MIT",
    "dependencies": {
        "aws-sdk": "^2.561.0"
    },
    "devDependencies": {
        "parcel-bundler": "^1.12.4",
        "parcel-plugin-externals": "^0.2.0"
    },
    "peerDependency": {
        "aws-sdk": "*"
    }
}

This will cause resolution to fail and parcel-plugin-external to output "module not found".

Relevant snippet from aws-sdk package.json

  "browser": {
    "lib/aws.js": "./lib/browser.js",
    "fs": false, <- Causes failure
    "./global.js": "./browser.js",
    "./lib/node_loader.js": "./lib/browser_loader.js"
  },

from parcel-plugin-externals.

FlorianRappl avatar FlorianRappl commented on May 26, 2024

Nevermind my previous comment; in your example it was peerDependency instead of peerDependencies.

Behavior found. Fix on the way!

from parcel-plugin-externals.

FlorianRappl avatar FlorianRappl commented on May 26, 2024

Landed in develop. Please check the 0.3 preview version to see if its fixed! Thanks!

from parcel-plugin-externals.

jfrconley avatar jfrconley commented on May 26, 2024

Issue seems to be resolved. Thank you much!

from parcel-plugin-externals.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.