Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix stringify master bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
eliperelman committed Mar 11, 2019
1 parent 4afd3f1 commit 55f6a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava';
import { validate } from 'webpack';
import EnvironmentPlugin from 'webpack/lib/EnvironmentPlugin';
import stringify from 'javascript-stringify';
import { stringify } from 'javascript-stringify';
import Config from '../src/Config';

class StringifyPlugin {
Expand Down

0 comments on commit 55f6a5d

Please sign in to comment.