Skip to content

Commit 07ad112

Browse files
fixes #14
1 parent 03b4633 commit 07ad112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'use strict';
1717

1818
const path = require('path');
19+
const ExtractTextPlugin = require('extract-text-webpack-plugin');
1920

2021
const config = {
2122
context: __dirname,

0 commit comments

Comments
 (0)