File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- import ClipboardJS from "clipboard/dist/clipboard" ;
3+ import * as ClipboardJS from "clipboard/dist/clipboard" ;
44
55ready ( function ( ) {
66 // Clipboard
Original file line number Diff line number Diff line change 11'use strict' ;
22
33import "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
99ready ( function ( ) {
1010 // Syntax highlight
You can’t perform that action at this time.
0 commit comments