Skip to content

Commit

Permalink
Update BUILD_TIME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedmax committed Feb 19, 2024
1 parent 01bbd31 commit 0075c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD_TIME.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build Time (Compilation Time)

Requires `@agoda-com/devfeedback` version 1.0.0 or later.
Requires `agoda-devfeedback` version 1.0.0 or later.

## Usage

Expand All @@ -11,7 +11,7 @@ Requires `@agoda-com/devfeedback` version 1.0.0 or later.
If you use **Webpack**, you can add the following to your `webpack.config.js` file:

```javascript
const { WebpackBuildStatsPlugin } = require('@agoda-com/devfeedback');
const { WebpackBuildStatsPlugin } = require('agoda-devfeedback');

module.exports = {
// ...
Expand All @@ -27,7 +27,7 @@ module.exports = {
If you use **Vite** you can add the following to your `vite.config.js` file:

```javascript
import { viteBuildStatsPlugin } from '@agoda-com/devfeedback';
import { viteBuildStatsPlugin } from 'agoda-devfeedback';

export default defineConfig({
// ...
Expand Down

0 comments on commit 0075c92

Please sign in to comment.