Webpack
run
$ yarn ddot dev // to development project
$ yarn ddot build // to build projectguide
html template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="root"></div>
</body>
</html>options
title
outFileName
outputPath
chainWebpack
tsImportOption
proxy
alias
define
Last updated