Comparing version 1.0.0 to 1.1.0
1.1.0 / 2017-12-12 | ||
================== | ||
**features** | ||
* [[`659ab9e`](http://github.com/eggjs/autod-egg/commit/659ab9e767c9490d0e1f9547dc06c49f666d42f2)] - feat: support plugin.{env}.js (#1) (TZ | 天猪 <<atian25@qq.com>>) | ||
1.0.0 / 2016-07-13 | ||
@@ -3,0 +9,0 @@ ================== |
'use strict'; | ||
const PLUGIN_REG = /config\/plugin\.js$/; | ||
// config/plugin.js or confg/plugin.{env}.js | ||
const PLUGIN_REG = /config\/plugin(\.\w+)*\.js$/; | ||
@@ -5,0 +6,0 @@ module.exports = filepath => { |
{ | ||
"name": "autod-egg", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "autod egg plugin", | ||
@@ -5,0 +5,0 @@ "repository": { |
1168
16