@toptal/davinci-engine
v12.1.6
Published
Build tool for frontend projects
Downloads
5,412
Readme
@toptal/davinci-engine
Starts and builds your project. Under the hood, it covers webpack with the default webpack configuration.
Usage
Use it by installing yarn add @toptal/davinci-engine
in your project.
Commands
start
: start a development server for the current Davinci projectbuild
: build the current Davinci projectsize
: check bundle sizeanalyze
: analyze bundle and check dependenciescompile-package
: compile the current project into a package directorypublish-package
: publish the current package directory to NPMsentry-upload-source-maps
: upload the project source maps to Sentry
Environment variables
We filter environment variables to be sure that only needed variables are handled, so if you want to have variables passed, you need to
- use
DAVINCI_
prefix. E.g.DAVINCI_PLATFORM_URL=http://localhost:3000
- use
.env
file.davinci-engine
reads all variables from .env irrespective ofDAVINCI_
prefix. If--dotenv
argument set toauto
value, the variables are loaded from the environment-specific files in the following order:.env.[NODE_ENV].local
- for untracked, local overrides.env.[NODE_ENV]
.env
Available environment variables
There is a global DAVINCI_RELEASE_VERSION
variable that you can use inside your application, it is a unique release tag that you can pass to Sentry or Rollbar to associate javascript errors with particular releases. It is passed down on release stage of deployment process. Please don't forget to provide default value for other environments.
Setting up a reverse proxy
You can learn more about setting up and configuring Davinci's reverse proxy here.
Webpack aliases
Davinci is using resolve-ts-aliases which proxies aliases in the project's tsconfig
go to the webpack config.
IDE Tooling
This package can be used directly in your IDE through these extensions