We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cf899 commit beae31aCopy full SHA for beae31a
1 file changed
README.md
@@ -25,9 +25,3 @@
25
1. `npm run build` to generate a minimized production build in the `dist` folder
26
2. ZIP the entire `dist` folder (e.g. `dist.zip`)
27
3. Publish the ZIP file on the Chrome Web Store Developer Dashboard!
28
-
29
-## Important Default Boilerplate Notes
30
31
-- Folders get flattened, static references to images from HTML do not need to be relative (i.e. `icon.png` instead of `../static/icon.png`)
32
-- Importing local ts/tsx/css files should be relative, since Webpack will build a dependancy graph using these paths
33
-- Update the manifest file as per usual for chrome related permissions, references to files in here should also be flattened and not be relative
0 commit comments