mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 22:19:38 +00:00
Linter fixes
This commit is contained in:
@ -9,7 +9,7 @@ const config = {
|
||||
esModule: true,
|
||||
file: 'dist/index.js',
|
||||
format: 'es',
|
||||
sourcemap: true
|
||||
sourcemap: false
|
||||
},
|
||||
plugins: [commonjs(), nodeResolve()]
|
||||
}
|
||||
|
Reference in New Issue
Block a user