mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-23 05:18:51 +00:00
SQSCANGHA-107 Migrate install-build-wrapper
This commit is contained in:
parent
a88c96d7e4
commit
ff001fd600
13 changed files with 27796 additions and 27337 deletions
|
|
@ -2,7 +2,10 @@ import commonjs from "@rollup/plugin-commonjs";
|
|||
import { nodeResolve } from "@rollup/plugin-node-resolve";
|
||||
|
||||
const config = {
|
||||
input: "src/index.js",
|
||||
input: [
|
||||
"src/main/index.js",
|
||||
"src/install-build-wrapper/install-build-wrapper.js",
|
||||
],
|
||||
output: {
|
||||
esModule: true,
|
||||
dir: "dist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue