forked from Ivasoft/geovisio-website
Compare commits
2 Commits
2.5.1
...
fix/conf-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dfb184da1 | ||
|
|
03ba508d7b |
@@ -22,17 +22,6 @@ export default ({ mode }) => {
|
||||
eslintPlugin(),
|
||||
createHtmlPlugin({
|
||||
minify: true,
|
||||
/**
|
||||
* After writing entry here, you will not need to add script tags in `index.html`, the original tags need to be deleted
|
||||
* @default src/main.ts
|
||||
*/
|
||||
entry: 'src/main.ts',
|
||||
/**
|
||||
* If you want to store `index.html` in the specified folder, you can modify it, otherwise no configuration is required
|
||||
* @default index.html
|
||||
*/
|
||||
template: '/index.html',
|
||||
|
||||
/**
|
||||
* Data that needs to be injected into the index.html ejs template
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user