Skip to content

Commit 36968cb

Browse files
author
Ahmad Awais
committed
📦 NEW: Plugin src folder path
1 parent 68747da commit 36968cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cgb-scripts/config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const resolvePlugin = relativePath => path.resolve( pluginDir, relativePath );
1414
// Config after eject: we're in ./config/
1515
module.exports = {
1616
dotenv: resolvePlugin( '.env' ),
17-
pluginSrc: resolvePlugin( 'src' ),
17+
pluginSrc: resolvePlugin( 'src' ), // Plugin src folder path.
1818
pluginBlocksJs: resolvePlugin( 'src/blocks.js' ),
1919
yarnLockFile: resolvePlugin( 'yarn.lock' ),
2020
pluginDist: resolvePlugin( '.' ), // We are in ./dist folder already so the path '.' resolves to ./dist/.

0 commit comments

Comments
 (0)