universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease
https://universal-vue.github.io/docs/
MIT License
127 stars 13 forks source link

[Question] Critical css #41

Open academici opened 4 years ago

academici commented 4 years ago

Hi! I install vue cli critical css plugin Add vue.config options

pluginOptions: {
    critical: {
      src: "uvue/spa.html",
      width: 375,
      height: 565
    }
  },

Getting error ENOENT: no such file or directory, open 'dist/uvue/spa.html'

What could be the problem?