Skip to content

Is this plugin compatible with Angular apps? #16

@naveedahmed1

Description

@naveedahmed1

Is this plugin compatible with Angular projects?

I tried adding below to my extended webpack config file for my Angular project

const HtmlWebpackPlugin = require('html-webpack-plugin')
const AsyncCssPlugin = require("async-css-plugin");

module.exports = {
  plugins: [
    new HtmlWebpackPlugin(),
    new AsyncCssPlugin({ })
  ]
};

But it didn't work, nothing changed in index.html, am I missing something or is this plugin incompatible with Angular?

Thanks

Metadata

Metadata

Labels

bugSomething isn't workingquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions