File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ Thumbs.db
17
17
* .sublime-workspace
18
18
.idea
19
19
* .iml
20
+ .npmrc
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class CssDependency extends webpack.Dependency {
46
46
if ( webpack . util && webpack . util . serialization ) {
47
47
webpack . util . serialization . register (
48
48
CssDependency ,
49
- 'mini-css-extract-plugin/dist/CssDependency' ,
49
+ '@chesscom/ mini-css-extract-plugin/dist/CssDependency' ,
50
50
null ,
51
51
{
52
52
serialize ( instance , context ) {
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class CssModule extends webpack.Module {
119
119
if ( webpack . util && webpack . util . serialization ) {
120
120
webpack . util . serialization . register (
121
121
CssModule ,
122
- 'mini-css-extract-plugin/dist/CssModule' ,
122
+ '@chesscom/ mini-css-extract-plugin/dist/CssModule' ,
123
123
null ,
124
124
{
125
125
serialize ( instance , context ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const {
20
20
util : { createHash } ,
21
21
} = webpack ;
22
22
23
- const pluginName = 'mini-css-extract-plugin' ;
23
+ const pluginName = '@chesscom/ mini-css-extract-plugin' ;
24
24
25
25
const REGEXP_CHUNKHASH = / \[ c h u n k h a s h (?: : ( \d + ) ) ? \] / i;
26
26
const REGEXP_CONTENTHASH = / \[ c o n t e n t h a s h (?: : ( \d + ) ) ? \] / i;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import CssDependency from './CssDependency';
13
13
import { findModuleById , evalModuleCode } from './utils' ;
14
14
import schema from './loader-options.json' ;
15
15
16
- const pluginName = 'mini-css-extract-plugin' ;
16
+ const pluginName = '@chesscom/ mini-css-extract-plugin' ;
17
17
18
18
function hotLoader ( content , context ) {
19
19
const accept = context . locals
You can’t perform that action at this time.
0 commit comments