Fix quote-props

This commit is contained in:
Ray Schamp 2016-10-24 11:02:19 -04:00
parent 0e909cb9a5
commit 7712b2902f
15 changed files with 800 additions and 800 deletions

View file

@ -50,7 +50,7 @@ module.exports = [
// Webpack-compatible
defaultsDeep({}, base, {
entry: {
'dist': './src/index.js'
dist: './src/index.js'
},
output: {
@ -63,8 +63,8 @@ module.exports = [
// Playground
defaultsDeep({}, base, {
entry: {
'vm': './src/index.js',
'vendor': [
vm: './src/index.js',
vendor: [
// FPS counter
'stats.js/build/stats.min.js',
// Syntax highlighter