clomie / gas-vue-typescript

Template for Google Apps Script macros and its front-end webapp setup with TypeScript, Vue.js, Vuetify.
48 stars 10 forks source link

html-webpack-inline-source-plugin is no longer maintained #11

Open clomie opened 4 years ago

clomie commented 4 years ago

To consider replace with react-dev-utils/InlineChunkHtmlPlugin as html-webpack-inline-source-plugin repository suggested.

https://github.com/facebook/create-react-app/tree/master/packages/react-dev-utils

clomie commented 4 years ago

react-dev-utils/InlineChunkHtmlPlugin requires HtmlWebpackPlugin v4, however vue-cli v4 works with HtmlWebpackPlugin v3. Waiting for upgrading on vue-cli side.

clomie commented 4 years ago

Seems to will be addressed by next major release vue-cli v5.