mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 22:49:38 +00:00
Fix sourcemap and add licensed
This commit is contained in:
@ -11,7 +11,7 @@ const config = {
|
||||
format: 'es',
|
||||
sourcemap: false
|
||||
},
|
||||
plugins: [commonjs(), nodeResolve()]
|
||||
plugins: [commonjs(), nodeResolve({ preferBuiltins: true })]
|
||||
}
|
||||
|
||||
export default config
|
||||
|
Reference in New Issue
Block a user