2
0

build: 🏗️ Add docker image and deployment features

This commit is contained in:
Baptiste Arnaud
2022-03-12 07:53:37 +01:00
parent 1dbbc9a251
commit e886d1b079
30 changed files with 2020 additions and 2136 deletions

View File

@ -28,7 +28,7 @@ export default [
],
plugins: [
peerDepsExternal(),
resolve(),
resolve({ preferBuiltins: true }),
json(),
commonjs(),
typescript({ tsconfig: './tsconfig.json' }),