Skip to content

Commit

Permalink
fix: update getBundleName import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent 0c8e667 commit fa5142c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/react-webpack/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const path = require('path');
const {
getBundleName,
defaultCompileProps,
} = require('@component-controls/core');
const { defaultCompileProps } = require('@component-controls/core');
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 fa5142c

Please sign in to comment.