We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215cb1e commit 4545089Copy full SHA for 4545089
template/gulp-tasks/clear-cache.js
@@ -1,4 +1,4 @@
1
-export default function (path) {
+export default function(path) {
2
const paths = Object.keys(require.cache);
3
paths.forEach((p) => {
4
if (p.includes(path)) {
template/gulp-tasks/serve.js
@@ -3,7 +3,7 @@ import gutil from 'gulp-util';
import connect from 'gulp-connect';
import historyApiFallback from 'connect-history-api-fallback';
5
import clearCache from './clear-cache';
6
-import { dirs } from './config';
+import {dirs} from './config';
7
8
let server = require('../server/server').default;
9
0 commit comments