Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Config output path name property does not work #224

Open
gabrieldonadel opened this issue Jun 1, 2023 · 0 comments
Open

Config output path name property does not work #224

gabrieldonadel opened this issue Jun 1, 2023 · 0 comments

Comments

@gabrieldonadel
Copy link

Setting the name property inside output does not affect the output file name

E.g.

/// spack.config.js
const { config } = require("@swc/core/spack");

module.exports = config({
  entry: __dirname + "/src/index.ts",
  output: {
    path: __dirname + "/dist/scripts",
    name: "content.js",
  },
});
image
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant