Static GitHub Issues

[232] cssModules is not defined on HMR

prev: Page Prefetching
next: Vue Filters

Unfortunatley, I'm not sure how to provide more detail but whenever changes are made and HMR kicks, I get the error, "cssModules is not defined". I'm not using cssModules in my project at all and not really sure how to go about debugging this. Any pointers?

Here's my package.json

{
  "name": "admin",
  "version": "1.0.0",
  "description": "bambee admin",
  "dependencies": {
    "axios": "^0.15.3",
    "body-parser": "latest",
    "bulma": "^0.3.1",
    "express": "^4.14.1",
    "express-session": "^1.15.0",
    "filepicker-js": "^2.4.18",
    "moment": "^2.17.1"
  },
  "devDependencies": {
    "node-sass": "^4.2.0",
    "nodemon": "^1.11.0",
    "nuxt": "latest",
    "sass-loader": "^4.1.1"
  },
  "scripts": {
    "dev": "nodemon --ignore store/ server.js",
    "build": "nuxt build",
    "start": "nuxt start",
    "generate": "nuxt generate"
  }
}
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c197">#c197</a>)</em></sub></div>