gatsby
Version:
Blazing fast modern site generator for React
14 lines (13 loc) • 412 B
JavaScript
exports.__esModule = true;
exports.webpackCompilationHashReducer = void 0;
const webpackCompilationHashReducer = (state = ``, action) => {
switch (action.type) {
case `SET_WEBPACK_COMPILATION_HASH`:
return action.payload;
default:
return state;
}
};
exports.webpackCompilationHashReducer = webpackCompilationHashReducer;
//# sourceMappingURL=webpack-compilation-hash.js.map
;