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 a1d2e3f commit c69d03aCopy full SHA for c69d03a
reactfire/after.build.js
@@ -14,7 +14,7 @@ const files = [{
14
}];
15
16
const fileContents = files.map(file => {
17
- const fullPath = path.join(ABSOULTE_PATH, file.name);
+ const fullPath = path.join(ABSOLUTE_PATH, file.name);
18
const content = fs.readFileSync(fullPath, 'utf8');
19
return {
20
fullPath,
0 commit comments