From 5e21a057aac89f38af19b5646b385871ff05d769 Mon Sep 17 00:00:00 2001 From: Mihal Malostanidis Date: Tue, 25 Apr 2017 14:03:26 +0300 Subject: [PATCH] Fix Ctrl-C Ctrl-V typo in comments --- lib/webpack/base.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webpack/base.config.js b/lib/webpack/base.config.js index 5d560d306d..c27efb6e49 100644 --- a/lib/webpack/base.config.js +++ b/lib/webpack/base.config.js @@ -35,7 +35,7 @@ export default function ({ isClient, isServer }) { '~': join(this.srcDir), 'static': join(this.srcDir, 'static'), // use in template with '~static': join(this.srcDir, 'static'), - 'assets': join(this.srcDir, 'assets'), // use in template with + 'assets': join(this.srcDir, 'assets'), // use in template with '~assets': join(this.srcDir, 'assets'), '~plugins': join(this.srcDir, 'plugins'), '~store': join(this.dir, '.nuxt/store'),