尚未定义static-site-generator-webpack-plugin webpackJsonp

时间:2019-03-14 22:49:20

标签: javascript reactjs webpack

我正在尝试使用static-site-generator-webpack-plugin软件包,但我一直遇到问题。我收到此错误:

static-site-generator-webpack-plugin webpackJsonp is not defined

我正在使用-

"webpack": "3.8.1"
"static-site-generator-webpack-plugin": "^3.4.2"

这是我的webpack.config-

  plugins: [
    ...,
    new webpack.optimize.CommonsChunkPlugin({
      names: ['vendor']
    }),
    new StaticSiteGeneratorPlugin({
      paths: [
        '/page-to-pre-render'
      ]
    })
  ],

0 个答案:

没有答案
相关问题