| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ const config = { | |||
| 24 | 24 | rules: [ | |
| 25 | 25 | { | |
| 26 | 26 | test: /\.svg$/, | |
| 27 | - use: ['babel-loader', 'svg-loader'], | ||
| 27 | + use: ['babel-loader', 'guui-svg-loader'], | ||
| 28 | 28 | }, | |
| 29 | 29 | { | |
| 30 | 30 | test: /\.(js|jsx)$/, | |
@@ -48,7 +48,7 @@ const config = { | |||
| 48 | 48 | use: ['to-string-loader', cssLoader], | |
| 49 | 49 | }, | |
| 50 | 50 | { | |
| 51 | - use: ['ui-css-loader'], | ||
| 51 | + use: ['guui-css-loader'], | ||
| 52 | 52 | }, | |
| 53 | 53 | ], | |
| 54 | 54 | }, | |
@@ -65,7 +65,7 @@ const config = { | |||
| 65 | 65 | react: 'preact', | |
| 66 | 66 | }, | |
| 67 | 67 | }, | |
| 68 | - resolveLoader: { modules: [path.resolve(ui, '__tools__'), 'node_modules'] }, | ||
| 68 | + resolveLoader: { modules: [path.resolve('node_modules', '@guardian/guui', 'lib', 'loaders'), 'node_modules'] }, | ||
| 69 | 69 | watchOptions: { ignored: /node_modules/ }, | |
| 70 | 70 | }; | |
| 71 | 71 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments