gatsby-plugin-material-symbols
Version:
Easily add Material Symbols to your Gatsby site, with various Gatsby-specific performance optimizations built-in.
6 lines (4 loc) • 338 B
JavaScript
module.exports.pluginOptionsSchema = require("./dist/gatsby-node").pluginOptionsSchema
module.exports.onCreateWebpackConfig = require("./dist/gatsby-node").onCreateWebpackConfig
module.exports.preprocessSource = require("./dist/preprocessSource").preprocessSource
module.exports.onPreBuild = require("./dist/onPreBuild").onPreBuild