We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a33b6 commit 39df53fCopy full SHA for 39df53f
package.json
@@ -2,7 +2,7 @@
2
"name": "scratch-render-fonts",
3
"version": "1.0.0",
4
"description": "",
5
- "main": "./fonts.js",
+ "main": "./src/index.js",
6
"author": "Massachusetts Institute of Technology",
7
"repository": {
8
"type": "git",
fonts.js renamed to src/index.js
webpack.config.js
@@ -5,7 +5,7 @@ const base = {
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
devtool: 'cheap-module-source-map',
entry: {
- 'scratch-render-fonts': './fonts.js'
+ 'scratch-render-fonts': './src/index.js'
9
},
10
module: {
11
rules: [{
0 commit comments