diff options
| author | XhmikosR <[email protected]> | 2022-09-20 08:09:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-20 08:09:14 +0300 |
| commit | d0117a17d807df05dfd6f6ce72a0d63f081ca529 (patch) | |
| tree | ed906876c171b7b243a6b0146165ecf94d9789b6 /build/rollup.config.js | |
| parent | 6f65df4faea2694840572626f8a02f4399bd0dca (diff) | |
| download | bootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.tar.xz bootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.zip | |
Update devDependencies (#37177)
Diffstat (limited to 'build/rollup.config.js')
| -rw-r--r-- | build/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rollup.config.js b/build/rollup.config.js index 2d2920fd5..27f12ac03 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -1,6 +1,6 @@ 'use strict' -const path = require('path') +const path = require('node:path') const { babel } = require('@rollup/plugin-babel') const { nodeResolve } = require('@rollup/plugin-node-resolve') const replace = require('@rollup/plugin-replace') |
