Nuxt/lib/common
David Müller 751aae38d4 fix: dynamic routes must start with an underscore
Folders or files within `pages/` should only lead to dynamic routes, if they start with an underscore.
Previously, folders like `some_folder` would lead to a route parameter `folder` being introduced.
2018-03-19 19:32:54 +01:00
..
modes.mjs refactor(core): use strict mjs 2018-03-16 22:41:24 +03:30
module.js feat: rewrite core to esm 2018-03-16 19:42:06 +03:30
nuxt.config.js hide fancy errors during test 2018-03-18 12:21:56 +03:30
options.mjs add mjs to supported extensions 2018-03-16 23:34:54 +03:30
utils.mjs fix: dynamic routes must start with an underscore 2018-03-19 19:32:54 +01:00