Giter Site home page Giter Site logo

Comments (7)

ikydd-bbc avatar ikydd-bbc commented on May 1, 2024 2

Thank you for the issue, do you want to send a pr?

Unfortunately I have no experience working with webpack internals or the details of project goals, so while I might be curious and have a dig to see what's what I couldn't commit to trying to fix this.

from webpack.

ahabhgk avatar ahabhgk commented on May 1, 2024 1

I think there is already have a warning for named export with JSON

buildMeta.defaultObject =
typeof data === "object" ? "redirect-warn" : false;

What about disable named export with JSON in next major and when futureDefaults: true?

I will take a look and try to fix this bug in the next few days

from webpack.

alexander-akait avatar alexander-akait commented on May 1, 2024

Thank you for the issue, do you want to send a pr?

from webpack.

alexander-akait avatar alexander-akait commented on May 1, 2024

/cc @ahabhgk What do you think? I don't like named export with JSON at all, because it volates a spec - there is no named export with JSON files, only default (should we output a warning on it? with futureDefaults: true), maybe we should disable mangle at all for JSON modules?

from webpack.

alexander-akait avatar alexander-akait commented on May 1, 2024

@ikydd-bbc Just intresting, why you used named export for JSON? Legacy code?

from webpack.

alopix avatar alopix commented on May 1, 2024

@alexander-akait
The use case shown is not really a named export from JSON though, is it?
It uses a default import and then destructures the already imported default.

import data from './data.json';

// this works ...
console.log(data.foo.bar)

// ...but this does not
const { bar } = data.foo;

from webpack.

alexander-akait avatar alexander-akait commented on May 1, 2024

@alopix Oh, I see, my mistake, sometimes the eyes are wrong 😄 We will look at this soon

from webpack.

Related Issues (20)

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.