Skip to content

Commit 62e5842

Browse files
committed
chore:update
1 parent 293e8af commit 62e5842

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

demo-snippets/webpack.config.ng.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ function fixedFromCharCode(codePt) {
1111
}
1212
}
1313

14-
1514
module.exports = (env, webpack) => {
1615
const platform = env && ((env.android && 'android') || (env.ios && 'ios'));
1716
webpack.chainWebpack((config) => {
18-
19-
20-
2117
const symbolsParser = require('scss-symbols-parser');
2218
const mdiSymbols = symbolsParser.parseSymbols(readFileSync(resolve(__dirname, './node_modules/@mdi/font/scss/_variables.scss')).toString());
2319
const mdiIcons = JSON.parse(`{${mdiSymbols.variables[mdiSymbols.variables.length - 1].value.replace(/" (F|0)(.*?)([,\n]|$)/g, '": "$1$2"$3')}}`);

0 commit comments

Comments
 (0)