Skip to content

Commit 1b6a914

Browse files
committed
Bump css-loader to v7.1
1 parent d7406ab commit 1b6a914

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"babel-loader": "^10.0.0",
2828
"copy-webpack-plugin": "^13.0.1",
2929
"core-js": "^3.45.1",
30-
"css-loader": "^6.10.0",
30+
"css-loader": "^7.1.2",
3131
"expose-loader": "^5.0.1",
3232
"mini-css-extract-plugin": "^2.9.4",
3333
"sass-embedded": "^1.90.0",

resources/js/bundle/clipboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
import ClipboardJS from "clipboard/dist/clipboard";
3+
import * as ClipboardJS from "clipboard/dist/clipboard";
44

55
ready(function () {
66
// Clipboard

resources/js/bundle/highlight.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
'use strict';
22

33
import "core-js";
4-
import hljs from "highlight.js/lib/core";
5-
import xml from "highlight.js/lib/languages/xml";
6-
import php from "highlight.js/lib/languages/php";
7-
import json from "highlight.js/lib/languages/json";
4+
import * as hljs from "highlight.js/lib/core";
5+
import * as xml from "highlight.js/lib/languages/xml";
6+
import * as php from "highlight.js/lib/languages/php";
7+
import * as json from "highlight.js/lib/languages/json";
88

99
ready(function () {
1010
// Syntax highlight

0 commit comments

Comments
 (0)