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 07b867a commit a1d2e3fCopy full SHA for a1d2e3f
reactfire/after.build.js
@@ -5,7 +5,7 @@ const { version } = require('./package.json');
5
// This script should only ever be ran after
6
// a successful rollup build.
7
8
-const ABSOULTE_PATH = path.join(process.cwd(), `/pub/reactfire`);
+const ABSOLUTE_PATH = path.join(process.cwd(), `/pub/reactfire`);
9
10
const files = [{
11
name: 'firebaseApp/index.js',
0 commit comments