diff options
| author | talves <tony@3alves.com> | 2018-02-26 16:45:28 -0800 |
|---|---|---|
| committer | Shawn Erquhart <shawn@erquh.art> | 2018-02-27 11:14:21 -0500 |
| commit | 4042cef1223af03daa537ecd15cb6b43341ef76b (patch) | |
| tree | d3e238a5d092b0ad641186475823df9814fbda77 /gulpfile.babel.js | |
| parent | 8b91a957176e609d1dc6887f3ea52ce9c9f2ad44 (diff) | |
remove unused module
Diffstat (limited to 'gulpfile.babel.js')
| -rw-r--r-- | gulpfile.babel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index a93dc8a..98f36a8 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -10,7 +10,6 @@ import webpackConfig from "./webpack.conf"; import svgstore from "gulp-svgstore"; import svgmin from "gulp-svgmin"; import inject from "gulp-inject"; -import replace from "gulp-replace"; import cssnano from "cssnano"; const browserSync = BrowserSync.create(); |
