Skip to content

Commit

Permalink
fix: node_utils spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent fa5142c commit c14ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-webpack/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const { defaultCompileProps } = require('@component-controls/core');
const { getBundleName } = require('@component-controls/core/node_utils');
const { getBundleName } = require('@component-controls/core/node-utils');
const { compile, watch } = require('@component-controls/webpack-compile');
const { StorePlugin } = require('@component-controls/store/plugin');

Expand Down

0 comments on commit c14ab40

Please sign in to comment.