mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-20 12:03:11 -04:00
feat: remove rollup cli warning (#51987)
This commit is contained in:
@@ -24,7 +24,7 @@ const config = {
|
||||
plugins: [
|
||||
postcss(),
|
||||
resolve(),
|
||||
typescript({ sourceMap: false, declaration: false }),
|
||||
typescript({ sourceMap: true, declaration: true }),
|
||||
babel({ babelHelpers: 'bundled' }),
|
||||
commonjs(),
|
||||
production && terser()
|
||||
|
||||
Reference in New Issue
Block a user