UNPKG

412 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.webpackCompilationHashReducer = void 0;
5const webpackCompilationHashReducer = (state = ``, action) => {
6 switch (action.type) {
7 case `SET_WEBPACK_COMPILATION_HASH`:
8 return action.payload;
9 default:
10 return state;
11 }
12};
13exports.webpackCompilationHashReducer = webpackCompilationHashReducer;
14//# sourceMappingURL=webpack-compilation-hash.js.map
\No newline at end of file