Skip to content

Commit a62a5f7

Browse files
Fixed typos in framework article example (#26)
1 parent abb89fa commit a62a5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v3/guide/framework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ const CopyWebpackPlugin = require('copy-webpack-plugin');
147147
module.exports = {
148148
plugins: [
149149
new CopyWebpackPlugin([
150-
{from: 'foo/bar/library.js': to: 'library.js'},
151-
{from: 'foo/bar/library.css': to: 'library.css'}
150+
{from: 'foo/bar/library.js', to: 'library.js'},
151+
{from: 'foo/bar/library.css', to: 'library.css'}
152152
])
153153
]
154154
};

0 commit comments

Comments
 (0)