Giter VIP home page Giter VIP logo

Comments (4)

xc2 avatar xc2 commented on July 25, 2024 2

Thanks for report.

Minimal reproduction

// index.js
if (false) {
  const hasConsole = typeof console === 'undefined';
}
// rspack.config.js
module.exports = {
  mode: "none",
  devtool: false,
  entry: './src/index.js'.
  optimization: {
    innerGraph: true,
  }
};

Expected

/******/ (() => { // webpackBootstrap
var __webpack_exports__ = {};
if (false) {}




/******/ })()
;

Actually Got

(() => { // webpackBootstrap
var __webpack_exports__ = {};
if (false) {}(/* unused pure expression or super */ null && ())




})()
;

from rspack.

djkloop avatar djkloop commented on July 25, 2024

感觉像是打完了...但不知道最后报错了...

QQ_1719896793396

from rspack.

djkloop avatar djkloop commented on July 25, 2024

找到源码处了,这样的代码是不是错的....还是编译的问题...这段代码在vue-cli3确实可以打包

QQ_1719897017991

from rspack.

chenjiahan avatar chenjiahan commented on July 25, 2024

Transfered to Rspack repo

from rspack.

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.