We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c148f98 commit 9479280Copy full SHA for 9479280
1 file changed
test/loader/unit/getRefreshModuleRuntime.test.js
@@ -1,5 +1,5 @@
1
const { Template } = require('webpack');
2
-const { getRefreshModuleRuntime } = require('../../../loader/utils');
+const getRefreshModuleRuntime = require('../../../loader/utils/getRefreshModuleRuntime');
3
4
describe('getRefreshModuleRuntime', () => {
5
it('should return working refresh module runtime without const using CommonJS', () => {
0 commit comments